1、错误描写叙述
2、错误原因
由错误提示可知,有关AngularJS代码不符合语法,导致报错
3、解决的方法
检查发现,title标签中的data-ng-bind属性使用方法有误
<title data-ng-bind="您好"></title>
去掉data-ng-bind属性