From 8162b584bee77e66a4b5d253fc66c5635d14e17c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 29 Jan 2020 15:34:01 -0500 Subject: remove console logs, change var name --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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, {}); } -- cgit v1.2.3