Thursday, September 1, 2016

angular.js:38 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.5.6/$injector/modulerr?p0=routingApp&p1=Error…20c%20(http%3A%2F%2Flocalhost%3A51309%2FScripts%2Fangular.min.js%3A21%3A19)

Resolution: Just keep the order of your file as shown below:

first load angula.js and than angular-route.js as given below:

<script src="~/Scripts/angular.min.js"></script>
@*   <script src="~/Scripts/angular-route.js"></script>*@

Hope it will solve your issue

Thanks

0 comments :

Post a Comment