Thanks Sander, Is there any solution to create form json for different tables(with different column names) using single html template.
Pushpendra On 17 January 2014 13:35, Sander Elias <[email protected]> wrote: > Pushpendra, > > so you can’t write this: > > <input type="text" data-my-model="modelName"> > > but must use this: > > <input type="text" data-ng-model="modelName"> > > Well, then I have no solution for you! > > 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/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.
