diff options
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 2f2746ec..ebe73e8c 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -585,7 +585,7 @@ angular.module('zmApp', [ loader.remove(); if ($attributes.imageonload) { - console.log (">>>> IMAGE LOADED CBK"); + $scope.$apply($attributes.imageonload); // fn($scope, {}); } |
