summaryrefslogtreecommitdiff
path: root/client/js/controllers/image/image.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-21 06:47:01 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-21 06:47:01 +0100
commit3c336f00d29ba927d41e2029a3c1d893cee43f9d (patch)
treec5492a51fed5f2d2e36d484c56c878198fd3ef87 /client/js/controllers/image/image.js
parent3216a69b752e8d8129913d24ced4cffbd794fef2 (diff)
Add login check witouth reloading page
Diffstat (limited to 'client/js/controllers/image/image.js')
-rw-r--r--client/js/controllers/image/image.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js
index b0b162b..d9a9c06 100644
--- a/client/js/controllers/image/image.js
+++ b/client/js/controllers/image/image.js
@@ -11,9 +11,6 @@ mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity', funct
Loading.stop();
};
- $scope.doUpload = function () {
- Image.uploadImage($scope.myFile,function(){});
- };
if(Identity.isAlreadyLogin()){