summaryrefslogtreecommitdiff
path: root/client/js/controllers/image/image.js
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-05-04 16:20:11 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-05-04 16:20:11 +0200
commitf4f2f50f21292a002e0becf6fcea7a22b7514e32 (patch)
tree5e2921e5be667cc32d02b30f89ea41a346dca2bf /client/js/controllers/image/image.js
parentb0f54743069f265c5417e0e6e11fe0184d9ed22f (diff)
parentd88851c8a691a2f12bbb932fb025883457b100c8 (diff)
Test
Diffstat (limited to 'client/js/controllers/image/image.js')
-rwxr-xr-xclient/js/controllers/image/image.js1
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;