diff options
| author | Eole <EoleDev@outlook.fr> | 2016-04-27 16:46:50 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-04-27 16:46:50 +0200 |
| commit | 49b4b20a1e966d5203fd851480149d9e88a0f681 (patch) | |
| tree | f5b634e9260d15197cb69f4f5c0b02a0166d7c78 | |
| parent | 49f416dc5061032e0514ea0cfeceaca37d13e432 (diff) | |
Implementation of graph in final version
| -rwxr-xr-x[-rw-r--r--] | client/js/controllers/image/image.js | 1 | ||||
| -rwxr-xr-x | client/partials/home/home.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js index d0578d7..28aeb55 100644..100755 --- 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 @@ -<div class="panel panel-default"> +<div class="panel panel-default" ng-controller="homeCtrl"> <div class="panel-heading"> Home </div> |
