mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Upload now uses package name and accordion.
This commit is contained in:
@@ -20,21 +20,13 @@ module.exports = function UploadCtrl($scope, $rootScope, SettingsService, gettex
|
||||
.then(function (result) {
|
||||
$scope.$apply(function () {
|
||||
result.manifest = manifest
|
||||
console.log(manifest)
|
||||
$scope.installation = result
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
$scope.progressMessage = function (code) {
|
||||
return {
|
||||
'pushing_app': gettext('Pushing app...'),
|
||||
'installing_app': gettext('Installing app...'),
|
||||
'launching_app': gettext('Launching activity...'),
|
||||
'success': gettext('Installation complete'),
|
||||
'fail': gettext('Installation failed')
|
||||
}[code]
|
||||
}
|
||||
//
|
||||
// $scope.installEnabled = true
|
||||
// SettingsService.bind($scope, {
|
||||
|
||||
Reference in New Issue
Block a user