F
F copied to clipboard
F, a Backbone component framework that encourages code re-use
Results
1
F issues
Sort by
recently updated
recently updated
newest added
## Steps 1. Use F.FormComponent and a form that includes a checkbox. ``` var Component = new Class({ extend: F.FormComponent, model: Backbone.Model.extend({}), template: Handlebars.compile('Submit') }); ``` 1. Load a model...
bug
enhancement