Hi Sasikumar, Well, you can look into the source of ngRepeat <https://github.com/angular/angular.js/blob/master/src/ng/directive/ngRepeat.js#L3> itself. Sure you can create a simple iterator yourself, but then again, if you want to keep it in sync with your data, you need to watch the data. It might pay of if you have a really large table you have to show, but in my opinion large tables are usually a bad user interface. Science shows us that more then 150 to 200 elements in a UI only add confusion to the user.
All in all, I would not bother unless you *really *can't avoid it. Regards Sander -- 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.
