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
After switching over to using $stateProvider instead of $routeProvider, events such as $routeChangeStart are no longer triggered.
It seems like there should be an analogous event that is triggered for state changes.
Is there a workaround to this issue that anyone knows of??? Being able to do stuff before the route actually changes and the template loads is pretty essential.
The text was updated successfully, but these errors were encountered:
$state triggers $stateChangeStart / $stateChangeSuccess / $stateChangeError. If you depend on the ui.compat module you'll also get some $route* events, even though that back compat support is not complete yet.
After switching over to using $stateProvider instead of $routeProvider, events such as $routeChangeStart are no longer triggered.
It seems like there should be an analogous event that is triggered for state changes.
Is there a workaround to this issue that anyone knows of??? Being able to do stuff before the route actually changes and the template loads is pretty essential.
The text was updated successfully, but these errors were encountered: