Add queued checking for upload

This commit is contained in:
Loic GUEGAN 2016-05-08 18:54:15 +02:00
parent ddcabd3d9c
commit 39865ef592
2 changed files with 3 additions and 4 deletions

View file

@ -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");