Richard,
Thanks for the detailed feedback. I still feel that in the absence of 
recommended practices, developers may incur performance problems with the 
event handling Angular adds on their behalf. There are many ways to do the 
same thing, and not all will have the same performance impact. There are 
also many pitfalls that newcomers (such as when I was learning) encounter 
that can take hours to overcome in the absence of guidance. For example, 
you might use $index from an ng-repeat as index into the array used as 
source. This is not the right way to work as it is in fact the index into 
the generated html, not the array. Angular supplies no original array index 
- and this should be clear in the documentation but is not. It would only 
reveal itself as a problem if you used orderBy to change sequencing.

-- 
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.

Reply via email to