While using routing in AngularJS, sometime we face this error in our console.
Uncaught Error: [$injector:modulerr]
The problem was caused by missing inclusion of ngRoute module.
Reference this link to your page may solve this problem.
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular-route.min.js"></script>
Uncaught Error: [$injector:modulerr]
The problem was caused by missing inclusion of ngRoute module.
Reference this link to your page may solve this problem.
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular-route.min.js"></script>
No comments:
Post a Comment