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 /client/js/controllers | |
| parent | 49f416dc5061032e0514ea0cfeceaca37d13e432 (diff) | |
Implementation of graph in final version
Diffstat (limited to 'client/js/controllers')
| -rwxr-xr-x[-rw-r--r--] | client/js/controllers/image/image.js | 1 |
1 files changed, 0 insertions, 1 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; |
