you don't get interpolation in that string, so no curly braces. e.g.: event in event.somename. if somename is a variable, treat it like a javascript variable access to an object: event in event[somename]
e On Sat, Jul 5, 2014 at 9:29 AM, pratik lodha <[email protected]> wrote: > ng-repeat="event in event.{{somename}}" > > not working what can i do ? > > -- > 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.
