1
0
Fork 0
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:
Gunther Brunner 2014-04-02 16:32:44 +09:00
parent 465694e852
commit 605717817f
2 changed files with 2 additions and 1 deletions

View file

@ -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