Hi Sander Elias, I done with ngRepeat so far but i red one article about optimizing angular js apps. In that article *"The ng-repeat directive is most likely the worst offender for performance concerns, which means it can easily be abused. An ng-repeat likely deals with Arrays of $scope Objects and this hammers the $digest cycle’s performance."*they told ngRepaet involves no of* $watcher* method to *$diges*t through our application. So i'm looking for an alternate option for ngRepat if possible.
As u said it is possible by building our own directive can u give me some sample code for that so that i can able to understand easily. Thanks & Regards, Sasikumar.V On Mon, Jan 12, 2015 at 5:24 PM, Sander Elias <[email protected]> wrote: > Hi Sasikumar, > > Yes, you can build your own iterator directive. This is not as simple as > it sounds though. What is it you need to do, that you are not getting done > with ngRepeat? > > 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. > -- 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.
