mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Updated most dependencies.
Upgraded ng-file-upload to 2.0
This commit is contained in:
@@ -19,7 +19,9 @@ module.exports = function InstallCtrl(
|
||||
}
|
||||
|
||||
$scope.installFile = function ($files) {
|
||||
return InstallService.installFile($scope.control, $files)
|
||||
if ($files.length) {
|
||||
return InstallService.installFile($scope.control, $files)
|
||||
}
|
||||
}
|
||||
|
||||
$scope.uninstall = function (packageName) {
|
||||
|
||||
Reference in New Issue
Block a user