backbone.modelbinding
backbone.modelbinding copied to clipboard
Don't add "undefined" attribute to model
HTML <input type="text" />
Model binding Backbone.ModelBinding.bind(this, {all:'name'});
as this input without name attribute, ModelBinding will add a "undefined" to model object.
Sumh [email protected]
+1 for this being pulled. I've found this quite problematic in the past.