diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-29 15:34:01 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-29 15:34:01 -0500 |
| commit | 8162b584bee77e66a4b5d253fc66c5635d14e17c (patch) | |
| tree | 9db6db4bf6e1bc94197688ee6be8bd68c7affc58 /www/js/app.js | |
| parent | 148560ba1fbcbe7fb951b540eb749f9ee067808f (diff) | |
remove console logs, change var name
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, {}); } |
