Multiple instances of loading spinner possible?
I have some complex pages where I'm looking to apply spinners to multiple nested views. Is there a way to accomplish this with the angularjs-spinner? So far, what I'm seeing is each spinner instance fires on every request. I was hoping to tie it to individual scopes, but not sure how :P
bump
need same , unique instance for each request.
The easiest way to accomplish this is to add additional messages one for each instance and have separate spinners for each message. You would need to add a new parameter to the directive that would take the message to watch for and then have the directive perform a watch on it instead of the hard coded value.