mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Show progress bar after 2nd upload.
This commit is contained in:
@@ -108,6 +108,12 @@ module.exports = function InstallCtrl(
|
||||
|
||||
$scope.maybeInstall = function (options) {
|
||||
if ($scope.installEnabled) {
|
||||
|
||||
if ($scope.installation) {
|
||||
$scope.installation.lastData = null
|
||||
}
|
||||
$scope.accordionOpen = true
|
||||
|
||||
return $scope.control.install(options)
|
||||
.progressed(function (installResult) {
|
||||
$scope.$apply(function () {
|
||||
|
||||
Reference in New Issue
Block a user