diff options
| author | Eole <EoleDev@outlook.fr> | 2016-04-27 19:18:34 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-04-27 19:18:34 +0200 |
| commit | 70cd5daaf18738776b0f9c45737cc6ab5579fff2 (patch) | |
| tree | 4b1505e04efd0705f8b04a11f335d5fd4c0c3027 | |
| parent | d88851c8a691a2f12bbb932fb025883457b100c8 (diff) | |
Log deleted
| -rwxr-xr-x | client/js/controllers/image/image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js index 4142946..1702cb3 100755 --- a/client/js/controllers/image/image.js +++ b/client/js/controllers/image/image.js @@ -5,7 +5,7 @@ */ mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity','$rootScope', function ($scope, Image, Loading, Identity, $rootScope) { - console.log("test"); + // Update view var callMeAfterGetImage = function () { $scope.images = Image.getData().images; |
