如何避免$ digest已在进行中错误

时间:2016-04-26 23:27:40

标签: javascript angularjs

在我的angularjs应用程序中,我有这些代码行

getGridPage('api/accounts/gettransactions') //$http call to server which sets the $scope
$scope.transactions = {}

我正在获取$ digest正在进行中的错误。 我怎么能避免它?

1 个答案:

答案 0 :(得分:0)

getGridPage()中的某个地方,您正在呼叫scope.$apply()scope.$digest。摆脱那个电话,错误就会消失。