Generic rivets '.' adapter for backbone collections, models and javascript objects. Supports nested models, collections and objects.
npm install backbone-rivets-adapter#backbone-rivets-adapter
Generic rivets '.' adapter for backbone collections, models and javascript objects. Supports nested models, collections and objects.
##Support
The adapter supports from Rivets JS version >= 0.7.x
##Usage
``
`
* rv-each-model="obj1.obj2.collection"
* rv-value="model.address.street.number"
* rv-text="model.obj3.obj4"
`
##Dependencies
* [Backbone.js] (http://backbonejs.org/)
* [rivets.js] (rivetsjs.com)
##Installation
``
npm install backbone-rivets-adapter