Render a View of Backbone Model returns undefined
问题 Lets say i have a JSON like this: JSON example, my json is validated on jsonlint and it works. json_object = { "texts_model": { "hello": "hola", "icon_text": "Icon!" }, "collection_vias": { "text": "hola", "icon_text": "Icon!" } }; I have made a Collection that parse the contents of the json and generates model and collections from this json. App.TemplatesCollection = Backbone.Model.extend({ model: App.TemplateModel, url: TEMPLATES_SERVICE, initialize: function(){ this.fetch({ success: