i have created one project and implemented Angular routing in it, but i am getting the below errors. do anyone have any suggestions abou why these errors occuers.


Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muthu KumarPosted Jan 3, 2019, 2:20 AM
From understanding error image it's seems like an $rootscope issue i think. So make sure you have mentioned routing part is correct. For example,
https://docs.angularjs.org/tutorial/step_09
https://docs.angularjs.org/api/ngRoute/service/$route
https://www.journaldev.com/6225/angularjs-routing-example-ngroute-routeprovider
These are the references are will provide better knowledge about routing related and solve your problem.
I hope it's helps to you.
Puneet KankarPosted Nov 14, 2018, 12:27 AM