angular-spinner
angular-spinner copied to clipboard
Angular directive to show an animated spinner (using spin.js)
Right now the code use `attr.spinnerKey` to determine the key value. However in many cases we want the key to be a variable that can be eval to some string...
https://cdnjs.com/libraries/angular-spinner is out of date. Could you import v1.0.1 please?
Hi Uri I have added overlay on older angularjs spinner. Please merge it on angularjs-spinner-overlay branch. Few folks are still working on angularjs version, so it will be helpful for...
We added us spinner in our project and a preloader comes whenever there is a service call. We managed to fade the page while preloading. now there is a requirement...
Can we disable & shade out the application background... Something like jquery's block UI plugin
can we add overlay to whole page using spinner
Getting default color from the element style is better than writing color constants in HTML/JS. Especially when colors come from SASS variables.
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...
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...
I've been using a different "way" of creating controllers, so is not exactly as your example. I can't get the spinner to start: ``` var myApp = angular.module('myApp', ['ngRoute', 'ui.bootstrap',...