Show progress bar after 2nd upload.

This commit is contained in:
Gunther Brunner
2014-09-04 18:03:45 +09:00
parent 22d44dcc27
commit f91bf901fa
2 changed files with 8 additions and 5 deletions

View File

@@ -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 () {