[AngularJS]Cannot read property 'childNodes' of undefined.

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

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

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

你可能感兴趣的:([AngularJS]Cannot read property 'childNodes' of undefined.)