diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 16:20:11 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 16:20:11 +0200 |
| commit | f4f2f50f21292a002e0becf6fcea7a22b7514e32 (patch) | |
| tree | 5e2921e5be667cc32d02b30f89ea41a346dca2bf /client/js/controllers/image/image.js | |
| parent | b0f54743069f265c5417e0e6e11fe0184d9ed22f (diff) | |
| parent | d88851c8a691a2f12bbb932fb025883457b100c8 (diff) | |
Test
Diffstat (limited to 'client/js/controllers/image/image.js')
| -rwxr-xr-x | client/js/controllers/image/image.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js index d5034d3..4142946 100755 --- a/client/js/controllers/image/image.js +++ b/client/js/controllers/image/image.js @@ -5,6 +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; |
