angularjs ie8 router-ui 不支持属性和方法

ie8 报错TypeError: Object doesn't support this property or method <a class="ng-binding" href="" ui-sref="state-name">   

查找发现http://stackoverflow.com/questions/20246511/angularjs-and-ie8-unsupported-property-or-method  不支持数组的indexOf()方法,

于是引入https://github.com/es-shims/es5-shim,es5-shim 

报错:TypeError: Unable to set value of the property 'nodeValue': object is null or undefinedundefined 

报错:Error: Unexpected call to method or property access.undefined  这个是不识别自定义标签。

原文地址:https://www.cnblogs.com/wssdzf/p/3711085.html