angular.js - 关于$apply()
天蓬老师
天蓬老师 2017-05-15 16:54:08
0
1
526


使用$apply之后就不停报错,求解答

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

Antworte allen(1)
漂亮男人

这个错误是Digest Already In Progress。原因在于$digest循环已经在执行了,你再次手动调用了$apply函数。

去掉那个多余的调用即可,你也可以在$apply时判断是否已经在$digest

javascriptif(!$scope.$$phase) {
    $scope.$apply();
}

你看这个问题:http://stackoverflow.com/questions/12729122/prevent-error-digest-alrea...

如果你不知道什么是$digest,参考这篇文章:
http://harttle.github.io/2015/06/06/angular-data-binding-and-digest.ht...

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage