mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Fixed accordion bug in upload.
Now hide by default the activities. Removed input dashboard.
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user