summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEole <EoleDev@outlook.fr>2016-04-27 19:18:34 +0200
committerEole <EoleDev@outlook.fr>2016-04-27 19:18:34 +0200
commit70cd5daaf18738776b0f9c45737cc6ab5579fff2 (patch)
tree4b1505e04efd0705f8b04a11f335d5fd4c0c3027
parentd88851c8a691a2f12bbb932fb025883457b100c8 (diff)
Log deleted
-rwxr-xr-xclient/js/controllers/image/image.js2
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;