angularjs_scaffold icon indicating copy to clipboard operation
angularjs_scaffold copied to clipboard

Scaffold generates incorrect checkbox control

Open jimlester opened this issue 12 years ago • 2 comments

Thank you for releasing this gem! It's very nice. I notice the scaffold generator is using "check_box" in the templates. Changing to "checkbox" fixed it for me.

jimlester avatar Nov 06 '12 22:11 jimlester

Are you sure? The method seems to be check_box http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html#method-i-check_box

patcito avatar Nov 06 '12 22:11 patcito

It's the client side view templates specifying check_box but Twitter Bootstrap has defined checkbox
I'm not certain about it, as I could be doing something wrong.

jimlester avatar Nov 07 '12 02:11 jimlester