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.
@Elecash You can always inject $rootScope everywhere you can inject $http. But I'm not sure why you would need $apply in the routing resolve part.
Going to close this one for now as duplicate of #2438 but feel free to re-open if you still face problems. In that case be sure to provide a minimal reproduce scenario using http://plnkr.co/
Hi,
I think that I found a bug. I have an http.get().success() that is not resolving on 1.1.4 but it does on 1.0.6.
This happens to me inside a Factory, this is my sample code:
This is executing in a resolve function from $routeProvider.
Hope it helps.
Raul
The text was updated successfully, but these errors were encountered: