urish / angular-spinner

Angular directive to show an animated spinner (using spin.js)
MIT License
693 stars 146 forks source link

spinner-key="spinner-1" issue in IE9 #50

Open madasuk opened 9 years ago

madasuk commented 9 years ago

Hi Urish, thanks for the nice plugin. I am facing a peculiar situation. If I use spinner-key="spinner-1", my application is not all opening in IE9. If I remove and use only then my application is working fine both in firefox and IE9. But when I use , even in firefox the problem I am facing is, the place where I have used $scope.stopSpin(); there the spinner is starting!!! and never stops. The same is happening both on IE9 and firefox. Instead, if I use the spinner starts and stops correctly and my application works fine on firefox, but on IE9 the my application is not at all starting, it just scraps off. Please find my related post on stack overflow http://stackoverflow.com/questions/29941710/angular-spinner-is-not-appearing/29941999#29941999.

ghost commented 7 years ago

Hi @madasuk , Thanks for reporting.

I've tried to see the plunker but it's not exist anymore. Can you produce another one?