grails-angular-scaffolding icon indicating copy to clipboard operation
grails-angular-scaffolding copied to clipboard

A Grails plugin for scaffolding views using Angular.js

Results 24 grails-angular-scaffolding issues
Sort by recently updated
recently updated
newest added

The actions should return a full representation of the object that can just be patched back into the scope.

enhancement

e.g. if the user goes directly to `/show/1` then the initial page state should be rendered without the need to make another HTTP request to render the angular view.

enhancement

There's no model so no reason to have a controller action for the initial page render.

enhancement