Hi Dinesh, I am using a validation mechanism which makes use of the model name in the controller. The validation for the hard coded fields is not a problem, but I can't get the custom fields in controller for validating. That's the problem, I am facing in this scenario...
Thanks.... On Monday, 13 October 2014 10:24:04 UTC+5:30, Vignesh Kumar wrote: > > Hi all, > > I implemented a custom field in jsp with dynamic ng-model name for that > particular field. I need that field's ng-model name in the controller to go > ahead to process that field. > > For instance, > > *<input type = "text" data-ng-model = "clients.2000" />* > > Here, I need the ng-model name, ie., 2000 which is generated randomly > while processing the jsp page... Please help me how to get that model > name.. > > Thanks in advance... :-) > -- 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.
