From 9266c2e1e409ad906c36be8af9de407ab02c9e9c Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 20 May 2016 14:37:04 -0400 Subject: style updates Former-commit-id: a3c028e3fdebe82eb3f47362a9dbf60f5fa178ea --- www/js/app.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/app.js b/www/js/app.js index 6cf9d9e1..52cadc8a 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -402,8 +402,13 @@ angular.module('zmApp', [ }, link: function ($scope, $element, $attributes) { + /*if ($attributes.imageSpinnerLoader) { + var loader = $compile('
')($scope); + $element.after(loader); + }*/ + if ($attributes.imageSpinnerLoader) { - var loader = $compile('
')($scope); + var loader = $compile('
')($scope); $element.after(loader); } imageLoadingDataShare.set(1); -- cgit v1.2.3