Iterate over a collection of Backbone.js models using Rivets.js?
问题 I'm using Rivets.js for two two-way data binding in a Backbone project and would like to implement iteration binding. The documentation suggests iteration binding is possible, but there are no examples available. I am using a simple Rails API to send JSON to the client and want to iterate over the contents. Has anyone had any success getting this functionality working in Rivets.js? Reference material: Simple Example using Backbone.js and Rivets.js jsFiddle here: http://jsfiddle.net/rhodee