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:
parent
3799b51ad3
commit
95bc46d6b7
4 changed files with 69 additions and 2 deletions
|
@ -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'
|
||||
// })
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue