$ apply和$ digest的工作方式是否相同请理解?

时间:2016-08-10 12:05:14

标签: angularjs

I have Confusion in $digest when we need to used ? But $apply I think we need when angular js into any element have outside scope then we use $apply and update it with value. 

$ digest意思相同但我们如何使用,我们使用不同。

此代码中的内部$ digest调用。

1 个答案:

答案 0 :(得分:1)

$apply() - 内部调用$digest区别在于它的$ digest循环从rootscope开始并访问所有子元素(他们的模型)并调用$ digest。