Returning a Backbone Collection and iterating through - not with a View
问题 I am returning a collection of objects returned from a Mongodb database and want to find how many models were returned and be able to iterate through them and create some DOM elements based on that. I am not using a Backbone.View and will be using Famo.us. I create a collection and get it returned BUT I can't seem to access the models inside or their data - wondered if you could help :) Here is the Model/Collection: define( function (require, exports, module) { 'use strict'; var Backbone =