Yes, nested forms is the way to fix this. --- R. Mark Volkmann Object Computing, Inc.
> On Feb 15, 2014, at 6:35 PM, P Stockton <[email protected]> wrote: > > Am trying to make a form using ng-repeat so the 'name' attribute needs to > bind like so: > > <input id="{{inputs.name}}" name="{{inputs.name}}"... > > but it doesn't appear to work. > > This does though: > > <input id="{{inputs.name}}" name="eventName".... > > I've looked around at old posts and got myself nice and baffled. > > Nested forms? > > Please point me in the right direction. No fiddle or plunker yet, just trying > to get an 'it's possible" or "it isn't worth it". > > Thanks and have a good one! > -- > 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/groups/opt_out. -- 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/groups/opt_out.
