grails-angular-scaffolding
grails-angular-scaffolding copied to clipboard
Twitter bootstrap
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 just a small oversight)
I turned on the bootstrap by easily adding the following line to the head section of this file locally: /src/templates/scaffolding/index.gsp
<link rel="stylesheet" href="\${resource(dir: 'css', file: 'mobile.css')}" type="text/css">
<r:require module="angular-scaffolding"/>
<r:require modules="bootstrap"/> <--------Added this
</head>
Was this left out intentionally?
I used Bootstrap for the demo app but didn't want to force users to rely on it.