angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

On IE 9 its not working. Somehow its either not compiled or the future functions doesnt get executed.

Open bhushangahire opened this issue 8 years ago • 2 comments

What version of angular-loading-bar are you using? 0.9.0 What version of AngularJS are you using? 1.5.4 What browsers are affected? IE 9 Please provide either a JSFiddle, Plunkr example that replicates the issue

Please describe the issue I have some Ask Rules in JSON which is updated in template but somehow on IE 9 it doesnt work. I have some questions to show or hide depending on those Ask Rules but on IE 9 everything is visible.

bhushangahire avatar Jun 22 '16 14:06 bhushangahire

If you can produce a reduced test case, we can look into it. Ultimately, if you are able to view the example in IE9 and it works, it's something in your own application causing the issue

chieffancypants avatar Jun 22 '16 17:06 chieffancypants

Note that IE 9 doesn't support CORS so if your JSON is coming from a different domain, IE 9/AngularJS will throw an error and the angular-loading-bar will appear never to complete.

Useful resource to work around this: http://stackoverflow.com/questions/18706208/xmlhttprequest-access-denied-with-angularjs-on-any-ie-version-below-10

Alternatively test for CORS support using Modernizr and work around accordingly.

IanLunn avatar Jul 25 '16 14:07 IanLunn