From e25b446b3d8676ef8be33950f642c42a3d746adf Mon Sep 17 00:00:00 2001 From: Eole Date: Mon, 9 May 2016 23:11:01 +0200 Subject: [PATCH] Upload Button and reset progress --- client/js/controllers/image/edit.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/client/js/controllers/image/edit.js b/client/js/controllers/image/edit.js index e1da271..be4eb39 100755 --- a/client/js/controllers/image/edit.js +++ b/client/js/controllers/image/edit.js @@ -19,6 +19,10 @@ mainApp.controller('editImageCtrl', ['$scope', 'Image', 'Loading', 'Identity', ' $scope.data.visibility = image.visibility; $scope.axioms = axioms; + $('#progress .bar').css( + 'width', + '0%' + ); $('#editImageModal').modal('show'); $("#fileupload").fileupload({ formData: {task: "image", token: Identity.getToken(), action: "uploadImage", id: $scope.data.id}, @@ -29,7 +33,16 @@ mainApp.controller('editImageCtrl', ['$scope', 'Image', 'Loading', 'Identity', ' 'width', progress + '%' ); - } + }, + add: function (e, data) { + data.process(); + data.context = $('