angular-busy icon indicating copy to clipboard operation
angular-busy copied to clipboard

What if I'm not using promises?

Open dland512 opened this issue 8 years ago • 3 comments

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)?

dland512 avatar Aug 04 '16 15:08 dland512

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

majew7 avatar Mar 17 '17 00:03 majew7

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

christophla avatar Apr 13 '17 16:04 christophla

Did this ever got implemented?

LaloHao avatar Jul 20 '17 20:07 LaloHao