diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js old mode 100644 new mode 100755 index d0578d7..28aeb55 --- a/client/js/controllers/image/image.js +++ b/client/js/controllers/image/image.js @@ -5,7 +5,6 @@ */ mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity', function ($scope, Image, Loading, Identity) { - // Update view var callMeAfterGetImage = function () { $scope.images = Image.getData().images; diff --git a/client/partials/home/home.html b/client/partials/home/home.html index 1a6717d..8956e86 100755 --- a/client/partials/home/home.html +++ b/client/partials/home/home.html @@ -1,4 +1,4 @@ -