Hi, I am building a tool that enables users to visualize data in multiple views (list of elements with attributes, graphs etc) on the same page at the same time and also allows user interaction events on data of one visualization to affect the other. I am using basic ng-repeats for displaying each compnenet and services to sync the data across. It seems to work fine for upto 500 elements in my data. After that my whole page slows down. Any suggestions how to improve the performance of my page?
Thanks -- 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/d/optout.
