Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes readme to no longer imply it only works with input elements … #81

Merged
merged 1 commit into from Apr 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion readme.md
Expand Up @@ -6,7 +6,8 @@ inspired by [Brad Phelan](http://xtargets.com/2011/06/11/binding-model-attribute
and [Brandon Satrom](http://userinexperience.com/?p=633)'s work with Knockout.

This plugin provides a simple, convention based mechanism to create bi-directional
binding between your HTML form input elements and your Backbone models.
binding between your Backbone models and your HTML elements, including form inputs,
divs, spans, and so on.

Instead of writing the same boiler plate code to read from your form inputs and
populate the model attributes, for every input on your form, you can make a
Expand Down