1, Error Description: Error: [Ng:areq] http://errors. angularjs.org/1.4.8/ng/areq?p0=helloctrl&p1=not%20a%20function%2c%20got%20undefined
At Error (native)
At http://localhost:8080/web/rs/angular.min.js:1:503
At QB (http://localhost:8080/web/rs/angular.min.js:1:8403)
At Qa (http://localhost:8080/web/rs/angular.min.js:1:8490)
At http://localhost:8080/web/rs/angular.min.js:1:38051
At W (http://localhost:8080/web/rs/angular.min.js:1:27806)
At D (http://localhost:8080/web/rs/angular.min.js:1:28162)
At G (http://localhost:8080/web/rs/angular.min.js:1:25189)
At G (http://localhost:8080/web/rs/angular.min.js:1:25206)
At http://localhost:8080/web/rs/angular.min.js:1:24829
This error occurs in angular because the controller was not introduced and is modified as follows:
Only need to add a controller to the module
<Script> varapp=Angular.module ('MyApp',['Ngroute']); App. Config (['$routeProvider',function($routeProvider) {$routeProvider. When (' /Home', {templateurl:'home.html', Controller:"' }). When ('/cn', {templateurl:'cn.html', Controller:"' }). When ('/other', {templateurl:'other.html', Controller:"' }). Otherwise ({redirectto:' /Home'})}]) App.controller ('Myctrl',function($scope) {})</Script>
Common error descriptions in angular routing