mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Updated sensible bower dependencies.
Updated ng-file-upload to the latest version.
This commit is contained in:
@@ -68,7 +68,8 @@ module.exports = function UploadCtrl(
|
||||
}
|
||||
})
|
||||
|
||||
var href = res.data.resources.file0.href
|
||||
var href = res.data.resources.file.href
|
||||
|
||||
return $http.get(href + '/manifest')
|
||||
.then(function(res) {
|
||||
$scope.upload = {
|
||||
|
||||
Reference in New Issue
Block a user