cgross / angular-busy

Show busy/loading indicators on any element during $http requests (or any promise).
http://cgross.github.io/angular-busy/demo
MIT License
1.44k stars 256 forks source link

What if I'm not using promises? #99

Open dland512 opened 8 years ago

dland512 commented 8 years ago

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 commented 7 years ago

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

christophla commented 7 years ago

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

LaloHao commented 7 years ago

Did this ever got implemented?