cgross / angular-busy

Show busy/loading indicators on any element during $http requests (or any promise).
http://cgross.github.io/angular-busy/demo
MIT License
1.44k stars 257 forks source link

IE9 and other legacy browsers problems #43

Open aszharite opened 10 years ago

aszharite commented 10 years ago

Hello,

I`m having problems with cgBusy on IE9 with the loader since it doesn't work at all.

From what I understand, IE legacy browsers have problems with ng-show and ng-hide so the workarround is using ng-if. Can you please confirm if the library is working on IE9?

Thank you