can you just say, l in leader24[0] instead? It's kind of brittle, but it should work.
e On Thu, Sep 18, 2014 at 10:14 AM, Christian Nwamba < [email protected]> wrote: > <ul class="list-group" > > <li><a class="list-group-item active"> > <h4 class="list-group-item-heading">Top Leaders</h4> > </a> > <li class="list-group-item" ng-repeat="l in > leader24"><a>{{l.FirstName}} {{l.LastName}}</a></li> > </ul> > > > On Thursday, September 18, 2014 9:10:01 AM UTC-7, dinesh kumar wrote: >> >> hi christian, >> >> just share the code where you iterate through the array in angualrjs. >> >> thanks >> >> regards >> Dinesh kumar.L >> > -- > 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.
