mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
- Upload progress destroy scope.
This commit is contained in:
parent
465694e852
commit
605717817f
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ module.exports = function UploadCtrl($scope, $rootScope) {
|
|||
}
|
||||
|
||||
$rootScope.install = function ($files) {
|
||||
|
||||
return $rootScope.control.install($files)
|
||||
.then(function (tx) {
|
||||
return tx.promise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue