mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 09:53:28 +02:00
- Upload is getting some buttons.
This commit is contained in:
@@ -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'
|
||||
// })
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user