I'm preparing a presentation for a talk so I drawn a diagram on how ngRepeat works. The focus of the talk is ngRepeats role in performance pitfalls but I'am not sure if everything is right in the diagram or if I missed something.
Are there more loops in ngRepeat that could affect the performance?, how does a change in the filter with a model affect the reevaluation of the ngRepeat(does it just trigger the watch the same way as the model/array change ?) >From Angular.js docs: "The filter <https://docs.angularjs.org/api/ng/filter/filter> function uses the query value to* create a new array* that contains only those records that match the query." I tried it on but i still didn't get a answer :/ http://stackoverflow.com/questions/28744328/how-does-ngrepeat-work <https://lh5.googleusercontent.com/-_ypkxe4LQ-s/VPAoZbt_qlI/AAAAAAAAJAY/uPEdMhQSDKs/s1600/Screen%2BShot%2B2015-02-26%2Bat%2B14.47.32.png> -- 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.
