Trying to bring together the jQuery Isotope plugin and a long list rendered using hg-repeat, is throwing performance issues.
I tracked down the exact cause to be due to there being problems with the comments that ng-repeat leaves, presumably because the way the jQuery plugin is manipulating the list in the DOM is not compatible. As I’ve seen other comments on how this comment can result in unharmonious behaviour: https://github.com/angular-ui/ui-sortable/pull/48 , I’m wondering if the mechanism around comments for ng-repeat are something that should be enhanced so Angular users can expect them to work with 3rd-party code together. For now, though, I need ng-repeat to play nicely with any 3rd-party code that manipulates the DOM. What would I need to implement? Thanks for sharing your wisdom. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
