错误描述:Error: [ng:areq] http://errors.angularjs.org/1.4.8/ng/areq?p0=HelloCtrl&p1=not%20a%20function%2C%20got%20undefined
Angular出现这种错误的原因,是由于没有在页面中使用模块引入controller导致的,修改内容如下:
添加:ng-app='app',然后在js中添加如下代码: