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

What if I'm not using promises? #99

Open
dland512 opened this issue Aug 4, 2016 · 3 comments
Open

What if I'm not using promises? #99

dland512 opened this issue Aug 4, 2016 · 3 comments

Comments

@dland512
Copy link

dland512 commented Aug 4, 2016

Can this be implemented without promises? Sometimes I have long running client side code that doesn't involve $http or other promise-based calls. Can I still show the spinner (without creating and resolving my own promise objects)?

@majew7
Copy link

majew7 commented Mar 17, 2017

Yes, the ability to accept a boolean value, would be cool.

@christophla
Copy link

We have async promises via an event bus that are null until they fire. This causes all kinds of headaches with tracker.isPromise.

@LaloHao
Copy link

LaloHao commented Jul 20, 2017

Did this ever got implemented?

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