1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

- Upload is getting some buttons.

This commit is contained in:
Gunther Brunner 2014-04-03 17:28:04 +09:00
parent 3799b51ad3
commit 95bc46d6b7
4 changed files with 69 additions and 2 deletions

View file

@ -1,4 +1,4 @@
module.exports = function UploadCtrl($scope, $rootScope) {
module.exports = function UploadCtrl($scope, $rootScope, SettingsService) {
$scope.installation = null
@ -25,4 +25,17 @@ module.exports = function UploadCtrl($scope, $rootScope) {
})
})
}
//
// $scope.installEnabled = true
// SettingsService.bind($scope, {
// key: 'installEnabled',
// storeName: 'Upload'
// })
//
// //$scope.launchEnabled = true
// SettingsService.bind($scope, {
// key: 'launchEnabled',
// storeName: 'Upload'
// })
}