diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-18 13:16:50 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-18 13:16:50 +0200 |
| commit | 5b5f526aa0cce998657c0c4569686ba356ddb77d (patch) | |
| tree | 95614395326084a7c5071af6ee1e0afc069d29c4 /client/js/controllers/image/image.js | |
| parent | ae4e0282310b3ab3fe1d92b24b857bf56ceda09a (diff) | |
Correct bug
Diffstat (limited to 'client/js/controllers/image/image.js')
| -rw-r--r-- | client/js/controllers/image/image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js index b74dc76..1702cb3 100644 --- a/client/js/controllers/image/image.js +++ b/client/js/controllers/image/image.js @@ -23,7 +23,7 @@ mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity','$root } $scope.edit=function(image){ - $rootScope.$broadcast("editImageEvent", image); + $rootScope.$broadcast("editImageEvent", image, Image.getData().axioms); } }]); |
