mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Adding tests for controllers.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
module.exports = function ShellCtrl($scope, gettext) {
|
||||
// TODO: implement multiple devices
|
||||
// $scope.results = []
|
||||
module.exports = function ShellCtrl($scope) {
|
||||
$scope.result = null
|
||||
|
||||
$scope.referenceUrl = '/#!/help/shell'
|
||||
|
||||
Reference in New Issue
Block a user