Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(interimElement): prevent unhandled rejection error in $exceptionH… #8622

Conversation

devversion
Copy link
Member

@devversion devversion commented Jun 2, 2016

Since Angular 1.6.7, promises will be logged to $exceptionHandler when the promise
is not handling the rejection. We create a pseudo catch handler, which will prevent the
promise from being logged to the $exceptionHandler.

See angular/angular.js@c9dffde

cc. @petebacondarwin

…andler.

Since Angular 1.6.7, promises will be logged to $exceptionHandler when the promise
is not handling the rejection. We create a pseudo catch handler, which will prevent the
promise from being logged to the $exceptionHandler.

See angular/angular.js@c9dffde
@devversion devversion added the needs: review This PR is waiting on review from the team label Jun 2, 2016
@devversion devversion deleted the fix/interim-cancel-angular-snapshot branch June 2, 2016 13:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants