azproduction / rivets-backbone-adapter

Backbone.js adapter for Rivets.js data-bind with nested models and collections support
http://azproduction.github.io/rivets-backbone-adapter/example/index.html
MIT License
48 stars 15 forks source link

feat(option): add "returnCollection" option #23

Closed stalniy closed 3 years ago

stalniy commented 8 years ago

Allows to receive original backbone colleciton instance inside custom binders and component attrs

Closes #22