1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fixed accordion bug in upload.

Now hide by default the activities.
Removed input dashboard.
This commit is contained in:
Gunther Brunner 2014-05-23 19:26:54 +09:00
parent ff2d59ce08
commit 9d57e36e09
10 changed files with 12 additions and 64 deletions

View file

@ -115,6 +115,7 @@ module.exports = function UploadCtrl(
})
.then(function (installResult) {
$scope.$apply(function () {
$scope.accordionOpen = false
installResult.manifest = options.manifest
$scope.treeData = installResult.manifest
$scope.installation = installResult
@ -167,6 +168,8 @@ module.exports = function UploadCtrl(
return progress
}
$scope.accordionOpen = true
//
// $scope.installEnabled = true
// SettingsService.bind($scope, {