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
A view's templateProvider is unable to be injected with resolved values. The following will fail with an error like Error: [$injector:unpr] Unknown provider: barProvider <- bar.
I see in resolveState that $view.load only gets some locals to inject. Is there any technical reason why templateProvider couldn't be injected with all of the resolve values in the same way that controller is?
(This is on git master, and I remember seeing the same limitation a couple of months ago.)