Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances of loading spinner possible? #3

Open
bcamp1973 opened this issue Jul 25, 2013 · 3 comments
Open

Multiple instances of loading spinner possible? #3

bcamp1973 opened this issue Jul 25, 2013 · 3 comments

Comments

@bcamp1973
Copy link

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

@okigan
Copy link

okigan commented May 8, 2014

bump

@mabidshafiq
Copy link

need same , unique instance for each request.

@lavinjj
Copy link
Owner

lavinjj commented Aug 20, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants