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
E.g. now I adding service that watch forms, and show modal to user when user try to navigate away. Modal is async, so i need to do some tinkering. Can't say if it is correct solution, but it seems it works now.
One way to solve it, could be some method that do these. Another option would be to add new option 'skipStart', that will allow to skip only '$stateChangeStart' (similar to 'notify' option).
The text was updated successfully, but these errors were encountered:
Idea is similar to one of the comments from #618
pause()
resume()
halt()
E.g. now I adding service that watch forms, and show modal to user when user try to navigate away. Modal is async, so i need to do some tinkering. Can't say if it is correct solution, but it seems it works now.
One way to solve it, could be some method that do these. Another option would be to add new option 'skipStart', that will allow to skip only '$stateChangeStart' (similar to 'notify' option).
The text was updated successfully, but these errors were encountered: