Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(router): Wrap Promise-like instances in native Promises (angular#…
…16759) Hybrid apps (mix of Angular and AngularJS) might return AngularJS implementation of Promises that do not play well with the change detection. Wrapping them in native Promises fix this issue. This could be the case when a Resolver returns a `$q` promise.
- Loading branch information