theironcook / Backbone.ModelBinder

Simple, flexible and powerful Model-View binding for Backbone.
1.42k stars 159 forks source link

Add note about empty selector to README #200

Closed platinumazure closed 9 years ago

platinumazure commented 9 years ago

This will add some documentation to the README about using an empty selector string to bind to the root element of a view (this.$el).

N.B. The README does mention that this functionality was added in v0.1.1, but there isn't anything in the documentation itself about it. So this is just a first pass at adding that functionality. If anyone wants to change the language, feel free-- I am not a copywriter :-)

This was inspired by issue #179.