Add queued checking for upload
This commit is contained in:
parent
ddcabd3d9c
commit
39865ef592
2 changed files with 3 additions and 4 deletions
|
@ -19,7 +19,6 @@ mainApp.controller('editImageCtrl', ['$scope', 'Image', 'Loading', 'Identity', '
|
|||
});
|
||||
$scope.data = {};
|
||||
|
||||
|
||||
$scope.applyEdition = function (id) {
|
||||
Image.updateImage($scope.data, function () {
|
||||
$rootScope.$broadcast("updateImageEvent");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue