美文网首页Angular JS
[AngularJS]Cannot read property

[AngularJS]Cannot read property

作者: 咸鱼菠菜 | 来源:发表于2016-12-21 16:30 被阅读84次

今天在写一个demo的时候,在controller中直接调用外部方法,方法里面使用jquery时候报错
Cannot read property 'childNodes' of undefined.
研究了半天没研究出来到底是因为什么...
后来找到了一种解决方案
代码改写成

setTimeout(func1(){
    // code here
}, 0);

就没有错误了。并没有搞懂这是为什么。
希望有大牛无意看到的话帮忙解答一下,感激不尽。

相关文章

网友评论

    本文标题:[AngularJS]Cannot read property

    本文链接:https://www.haomeiwen.com/subject/zsvqvttx.html