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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
fix(ngRoute): make route.resolve count as a pending request
Protractor users were having a problem where if they had asynchonous code in a route.resolve
variable, Protractor was not waiting for that code to complete before continuing. See
angular/protractor#789 (comment) for details
Also enhanced ngMock to wait for pending requests before calling callbacks from
`$browser.notifyWhenNoOutstandingRequests`
Potentially breaking change if someone was relying on route.resolve not blocking
`$browser.notifyWhenNoOutstandingRequests`
0 commit comments