Adding tests for controllers.

This commit is contained in:
Gunther Brunner
2014-08-22 19:39:47 +09:00
parent a0efad0ecf
commit 69875574d0
5 changed files with 24 additions and 15 deletions

View File

@@ -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'