Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chunkBy fires of digest every few seconds #256

Open
genu opened this issue Aug 24, 2017 · 2 comments
Open

chunkBy fires of digest every few seconds #256

genu opened this issue Aug 24, 2017 · 2 comments

Comments

@genu
Copy link

genu commented Aug 24, 2017

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>
@josephlaw
Copy link

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

@fikoborquez
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants