How ngRepeat works in angularjs?

2019-03-22 06:17发布

I'm preparing a presentation for a talk so I drew a diagram on how ngRepeat works. The focus of the talk is ngRepeats role in performance pitfalls but I'm 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 ?)

how does ngRepeat work

0条回答
登录 后发表回答