At present im new developper with angularJs, please can anyone explain me by example how to configure AngularJs with Spring MVC and Web Flow ? (web.xml and pom.xml)
Thank you for advance !!
At present im new developper with angularJs, please can anyone explain me by example how to configure AngularJs with Spring MVC and Web Flow ? (web.xml and pom.xml)
Thank you for advance !!
Angular is a presentation layer on the client side. It is not really meant to integrate with any server side presentation like Spring MVC.
Your server side should only return data in JSON format.