robfletcher / grails-angular-scaffolding

A Grails plugin for scaffolding views using Angular.js
http://grails-ng.cloudfoundry.com/
87 stars 43 forks source link

Generate HTML templates #3

Closed robfletcher closed 12 years ago

robfletcher commented 12 years ago

Ideally the generate-all and generate-views commands should do this although given the way they hardcode the files they deal with it might not be possible. In that case another script will be used.

robfletcher commented 12 years ago

View generation is complete. I want to add an ng-generate-all script so that controller generation can be rolled in as well.