Common error descriptions in angular routing

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.