From 9dc36815cdf21287a597842d6653b3f652f5d85c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 18 Nov 2016 16:33:07 -0500 Subject: Experimental and initial version - still has work to go - #379 --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 07ed9ca4..261cf16c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1767,6 +1767,7 @@ angular.module('zmApp', [ // This is an exception interceptor so it can show up in app logs // if they occur. I suspect digest and other errors will be useful // for me to see + //$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|cdvphotolibrary):/); $provide.decorator("$exceptionHandler", ['$delegate', '$injector', function($delegate, $injector) { -- cgit v1.2.3