I am running on grails 2.3.4
and though about integrating angularjs in my next application.
I think the best way from the server side is to use grails REST
integration in the domain and controller classes.
However here I am stuck.
How to get grails to communicate with angularjs?(over the index.gsp
?, If so how to integrate it?) What would be a good architecture?
I really appreciate your answers!!!
PS.: I know that there is a grails angular js plugin. However I do see any reason for using that!