From 39865ef5929ba34c24c57c69302869a26cd0f809 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sun, 8 May 2016 18:54:15 +0200 Subject: [PATCH] Add queued checking for upload --- client/js/controllers/image/edit.js | 1 - client/partials/image/edit.html | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/js/controllers/image/edit.js b/client/js/controllers/image/edit.js index fd52982..120a697 100644 --- a/client/js/controllers/image/edit.js +++ b/client/js/controllers/image/edit.js @@ -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"); diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index a8825c5..734da7f 100644 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -34,7 +34,7 @@ -
+ @@ -43,8 +43,8 @@
- - + +