I am new in Angular JS and barring couple of simple POC to make AJAX call and render response in UI haven't done much.
I have a servlet inside which I prepare list of data. I save the data in request doing request.setAttribute in servlet. After that I forward the control to a JSP file. My goal is render the data in JSP using Angular JS ng-repeat or some other tag. Is it possible or ng-repeat or similar tag in Angular JS can only be used if an HTTP AJAX call is made from the HTML/JSP? In short my goal is to render the data in JSP file using Angular JS tags when the page is rendering instead of making an AJAX call from the JSP to bring the data and renderezCAX in my page. Thanks in advance and apologies in case this sounds a silly question. -- You received this message because you are subscribed to the Google Groups "Angular" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
