diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-27 17:02:19 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-27 17:02:19 +0200 |
| commit | 3c72415dcda4ca43a2adf9a0254d51cc6ce196c3 (patch) | |
| tree | ff9bcf3429aa63b733663c8954b3dce1ea0d74e8 /client/js/controllers/image/image.js | |
| parent | 02f8eb801fcf7a12b32e4231e5db4e57e649c6ab (diff) | |
| parent | 49b4b20a1e966d5203fd851480149d9e88a0f681 (diff) | |
Merge branch 'develop' into loic
Diffstat (limited to 'client/js/controllers/image/image.js')
| -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; |
