-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not log TransitionRejection when the transition is ABORTED. #35
Comments
Closed by b07a24b |
Hi, issue angular-ui/ui-router#3302 refers here, should this fix apply to Angular 1 ui-router too? |
I try to abort a transition without having an error log entry, i cannot use
If i reject the promise, i get the error log entry, because i don't know, how to create a Or is there any other way, how i can abort a transition asynchronously and without creating a error log entry? Using Angular 1.5.1 and ui-router 1.0.5. Thanks |
@iwan-uschka It's because this fix was applied for Angular2-5 ui-router version only. |
Any plans on fixing it for Angularjs? |
core/src/state/stateService.ts
Lines 366 to 373 in 64fbfff
Current behavior is to log ABORTED rejections. Enough people have requested not to log, or been confused about how to mute them. We should change so we no longer fall through to the default error handler.
The text was updated successfully, but these errors were encountered: