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 257 forks source link

Close <div cg-busy="myPromise" /> with action event #81

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'd like to close the loading

element by an action event and not by configuring a duration time. Is it possible?