diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-14 15:38:55 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-14 15:38:55 +0200 |
| commit | 27730911d8c9253a4f5aa90450c57cdeca9d5d26 (patch) | |
| tree | d431134576049226e36d8e92945333f5a59186d1 /client/js/controllers/image/image.js | |
| parent | c32933b362874d99207a4305d09b203dcbf20585 (diff) | |
| parent | 237b627bf6cdf31e8923fc67653a73b6b9978540 (diff) | |
Merge commit '237b627' into develop
Diffstat (limited to 'client/js/controllers/image/image.js')
| -rw-r--r-- | client/js/controllers/image/image.js | 3 |
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()){ |
