diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-18 16:33:07 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-18 16:33:07 -0500 |
| commit | 9dc36815cdf21287a597842d6653b3f652f5d85c (patch) | |
| tree | a193826136c17fd4bb1c5029b90ae209cc1b1c06 /www/js/app.js | |
| parent | 31ca68739126f5740681238539a8c6a1b66e0000 (diff) | |
Experimental and initial version - still has work to go - #379
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
