You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if I could listen to events for start and done. In my particular case, I have a button that when clicked, I start an ajax request. I want to disable the button until the ajax request is finished. I wrapped the ngprogress object in my own object, so I managed to create events by myself, but I think this might be useful in general.
The text was updated successfully, but these errors were encountered:
It would be really nice if I could listen to events for start and done. In my particular case, I have a button that when clicked, I start an ajax request. I want to disable the button until the ajax request is finished. I wrapped the ngprogress object in my own object, so I managed to create events by myself, but I think this might be useful in general.
The text was updated successfully, but these errors were encountered: