无法获取属性'scopeName'

时间:2014-07-09 12:34:44

标签: javascript html angularjs internet-explorer internet-explorer-8

我已经对谷歌搜索了这个错误:

TypeError: Unable to get property 'scopeName' of undefined or null reference

在IE8中找不到对此错误的单一引用。我很确定我已经检查了我的标记是否有未关闭的标签,因为我知道IE8通常会对这些标签扼杀。这是一个AngularJS应用程序。我在这里不知所措,我只是想知道是否有其他人遇到过这个错误。

1 个答案:

答案 0 :(得分:3)

  

原来这是<table>中的流浪角色。与我在IE9中看到的nodeName错误相同。

his own comment中感谢OP获得答案。