From 49b4b20a1e966d5203fd851480149d9e88a0f681 Mon Sep 17 00:00:00 2001 From: Eole Date: Wed, 27 Apr 2016 16:46:50 +0200 Subject: [PATCH] Implementation of graph in final version --- client/js/controllers/image/image.js | 1 - client/partials/home/home.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 client/js/controllers/image/image.js 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 @@ -
+
Home