gpt4 book ai didi

javascript - $interval 的 invokeApply 参数不会改变任何东西

转载 作者:数据小太阳 更新时间:2023-10-29 04:20:39 25 4
gpt4 key购买 nike

来自 Angular documentation $interval 服务:

invokeApply (optional) boolean: If set to false skips model dirty checking, otherwise will invoke fn within the $apply block.

这可以让我们得出结论,如果我将 invokeApply 设置为 false,则不会调用 $rootScope.$apply。

但是,从 $interval 的源码中我了解到 deferred.notify 被称为每个 tick,这是有道理的。没有的是,在 deferred.notify 执行期间 $rootScope.$evalAsync 被调用,它按顺序调用 $rootScope.$digest。所以所有脏检查仍然会发生。我在这里遗漏了什么吗?

最佳答案

Bug 已经提交!

https://github.com/angular/angular.js/pull/5903

你什么都不缺

关于javascript - $interval 的 invokeApply 参数不会改变任何东西,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23200004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com