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
Using ui-router 1.0.0 rc1 and stateEvents.js with angular 1.56.
Code: $scope.$on('$stateChangeStart', (event) => event.preventDefault())
causes error messages to be written to console: 'TransactionRejection(type 3, message: The transition has been aborted, detail: Hook aborted transition)'. I have provided a custom error handler to $state.defaultErrorHandler() that ignores type 3 transition rejections. However, it'd be nice if the built in handler itself ignored type 3 errors.