angular-spinner
angular-spinner copied to clipboard
spinner issue with ie9
Hi Urish, Thanks for the nice spinner. The example plunker given on github showing the following error on ie9.
[object Error]{description: "Unspecified...", message: "Unspecified...", name: "Error", number: -2147467259}
In my angular js application if I comment out, , my application working fine on ie9. But if I uncomment this line the application is not at all running and is displaying the above error. How can I fix it? Please see the error image for reference.
Can you for please share the plunkr link?
Urish, It is the same link that you have given in this github repo. http://plnkr.co/edit/BGLUYcylbIVJRz6ztbhf?p=preview but I have opened it in ie9.
It seems like the error is related to plunkr and not the code itself. When I go to full screen mode (the small blue button on the top right corner, just below the "Sign in with Github" button), there are no errors in the console. Can you please confirm that is also the case for you?
Yes Urish, but it is also correct that my application is failing on IE9 when I put spinner directive in my jsp page, the soon I comment the spinner directive line in jsp page, my application is working fine on IE9. I am trying to provide you error replication code for your reference, soon I have it ready I will update here. Thank you very much.
Sorry for the late, urish. The sample plunker you have given on Github is working fine even on IE9. But what I am trying to do is to start and stop the spinner in the controller using $scope.startSpin() and $scope.stopSpin() may be that is causing some issue. Please find the plunker http://plnkr.co/edit/00lrsMO8dMpBSots9zlI?p=preview. Here spinner is not even appearing.
Hi @smart987 , Thanks for reporting.
Can you please reproduce the plunker again? It's not exist anymore