read up on ng-model and ng-include (assuming that's how you implement templating).
On Wednesday, January 21, 2015 at 11:39:53 PM UTC-8, Abhinav Shroff wrote: > > Hi, > I am new to Angular and having a challenge in developing the below > requirement: > > I have form with one field which does a post on click of a button, to a > java servlet and in return a get a json object with result set. Once the > result is there, I need to load a template where I need to show the text > entered in the form and also the result set. While I am able to post the > search text from the form to the servlet and return the result set. I am > not able to load a template and display the serach text captured earlier in > the form and the result set returned by the java servlet. > Please help me in building this functionality, any hints poiters and > solutions are greatly appreciated. > > Thanks, > Abhinav. > -- 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.
