Skip to content

chunkBy fires of digest every few seconds #256

@genu

Description

@genu

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions