rotundasoftware / backbone.collectionView

Easily render backbone.js collections. In addition to managing model views, this class supports automatic selection of models in response to clicks, reordering models via drag and drop, and more.
http://rotundasoftware.github.io/backbone.collectionView/
Other
171 stars 27 forks source link

Added emptyListCaption example to adding/removing example #8

Closed colinwren closed 11 years ago

colinwren commented 11 years ago

I made the add/remove example start with no list items and added the emptyListCaption option to it. I also updated the sample js code and the example description.