Angular PhoneCat tutorial using a Grails backend

An example on how to replace Grails views gsp and controllers by Angular FrameworkAngular being more and more popular I decided to try using it for one of my new projects. As I’m starting to learn Angular, I followed the excellent tutorial on the Angular website http://docs.angularjs.org/tutorial. In this tutorial there is no particular backend, only JSON files emulating GSON responses from a backend. I decided to create a backend using Grails.If you only want a Grails template with Angular to play with, you can have the project on Github: https://github.com/BenoitWickramarachi/grails-angular-phonecatIf you are interested to discover how I did to integrate Angular with Grails and loaded the data from JSON file to the database, here are the steps.

via Angular PhoneCat tutorial using a Grails backend.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.