原因: html代码中加入了 ng-controller="你定义的controller"
IE8 个别页面无法正常显示
TypeError: Object doesn't support this property or method <div class="ng-scope" ng-view>
<div class="ng-scope" ng-view>
原因:html语法错误。如:属性里多个双引号, table里面多了非table子元素的标签(div等)
持续更新中...