angular-filter icon indicating copy to clipboard operation
angular-filter copied to clipboard

chunkBy fires of digest every few seconds

Open genu opened this issue 7 years ago • 2 comments

I'm using chunkBy in an ng-repeat, and I notice that the components are re-rendering every few seconds or so. This doesn't happen if I take the chunkBy out.

Any thoughts on what could be causing it?

I'm doing something like this:

<div class="row" ng-repeat="child in $ctrl.node.children | chunkBy: 2">
....
</div>

genu avatar Aug 24 '17 19:08 genu

I also got the same problem in Safari, and now use JS to implement chunk function to replace chunkBy.

josephlaw avatar Sep 20 '17 14:09 josephlaw

How can I replicate it?, how can I notice the re-rendering?

fikoborquez avatar Sep 24 '17 19:09 fikoborquez