Backbone.Marionette - Collection within CompositeView, which itself is nested in a CollectionView
- by nicefinly
*UPDATE: The problem probably involves the tour-template as I've discovered that it thinks the 'name' attribute is undefined. This leads me to think that it's not an array being passed on to the ToursView, but for some reason a string. *
After studying similar questions on StackOverflow:
How to handle nested CompositeView using…