Debugging $rootScope:infdig

后端 未结 4 1200
既然无缘
既然无缘 2021-02-13 17:58

This is a common problem:

5 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: []

The docume

4条回答
  •  死守一世寂寞
    2021-02-13 18:33

    There can be multiple reasons to it. One of the common reason I've faced is due to a filter in the ng-repeat which returns a new array to work on the ng-repeat.

    So check your ng-repeat expressions which have associated filters which is modifying the array.

提交回复
热议问题