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调用。
答案 0 :(得分:1)
$apply()
- 内部调用$digest
区别在于它的$ digest循环从rootscope开始并访问所有子元素(他们的模型)并调用$ digest。