Angular Ui Router Resolve Throwing Provider Error
I seem to be having an issue with Angular UI router and trying to add a resolve to a state. The weird thing is, that I have it in another place and it works fine. I'm separating m
Solution 1:
The problem was I had defined the controller to also be used in a Directive I created to display a D3 chart. Removing the defined controller from it fixed it.
Post a Comment for "Angular Ui Router Resolve Throwing Provider Error"