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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Yeah, there isn't currently a way to manually trigger it. I could add an optional binding where it could evaluate the expression to true or false, and toggle busy accordingly.
Yep I think that could be nice ! In some case, I try to let the form be submitted as usual, not via AJAX.
For now I simply use a ng-click that run $rootScope.$broadcast('busy.begin', {remaining: 0});... but it will be very clean with a simple trigger on click or on value changing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried something like this but without success:
Any clue?
Thanks ! ;-)
The text was updated successfully, but these errors were encountered: