Neo

Results 3 comments of Neo
trafficstars

https://angular.io/guide/hierarchical-dependency-injection#resolution-rules Angular tries to find dependency in ElementInjector tree, if Angular doesn't find the provider in any ElementInjector hierarchies, it goes back to the element where the request originated and...

PR to fix this issue: https://github.com/ui-router/angular/pull/978.