ng-demos icon indicating copy to clipboard operation
ng-demos copied to clipboard

Error. Unknown provider: routehelperConfigProvider

Open nurp opened this issue 9 years ago • 1 comments

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module app.core due to: Error: [$injector:unpr] Unknown provider: routehelperConfigProvider

Where is this provider defined?

nurp avatar Nov 30 '15 02:11 nurp

I think I encountered this same error at one point, when using the modular ng-demo.

I think the gulp serve-dev is meant to inject the dependencies based on annotation. But then I went and used the angular ui-router (as recommended by @johnpapa himself in his style guide) so I never really solved the issue with the router in the modular demo, sorry

FrancescoRizzi avatar Nov 30 '15 13:11 FrancescoRizzi