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

what path would I use for an ng-include For example in app/assets/templates/posts is the index.html.erb On that page I would like ng-include a sidebar that will be shared with other...

Add a _validate_ action to the scaffolded controller that is triggered on blur of each input.

enhancement

It appears that the angularjs-scaffolding (this plugin) has support for twitter bootstrap built into it already but it seems to have not been turned off for some reason (could be...

See: [http://docs.angularjs.org/api/ng.directive:form] Angular uses a different structure on the form controller _field_.$error._type_, e.g. `title.$error.required` It would be nice to bind errors from server side validation to this structure so the...

enhancement

Filter the list data (without truncating the length of the page).

Rather than creating more HTTP requests it might be preferable to have script blocks in the page. To avoid duplication the common templates could be placed in the `ng-app.gsp` layout...

enhancement

It'd be great to show loading icon instead of the table header...cuz it changes its size. Cheers, Raúl Gomis

enhancement

Hello Robert Tried to use static scaffolding without success/ - get grails-angular-scaffolding from git hub - create a new grals project *update buildConfig.groovy adding grails.plugin.location."angular-scaffolding" = "/home/corinne/work/workspace/grails-angular-scaffolding" - create a...

bug

Rather than re-rendering the whole page for _create_, _edit_ and _show_ views they could be displayed in a lightbox.

enhancement