learnangular2
Results
2
comments of
learnangular2
I also got this error and it was because of a missing configuration - .config(['$breadcrumbProvider',function($breadcrumbProvider){ $breadcrumbProvider.setOptions({ prefixStateName:'home' }); }])
This may not be applicable to the scenario explained above, but in case someone else run in to the same issue.