Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Last active August 29, 2015 14:11
Show Gist options
  • Save thenickcox/de404094708d2f7bea80 to your computer and use it in GitHub Desktop.
Save thenickcox/de404094708d2f7bea80 to your computer and use it in GitHub Desktop.
App.Views.AlbumsListView = Backbone.View.extend
render: ->
for model in @collection.featured()
itemView = new App.Views.AlbumItemView(model: model, listView: this)
@$el.append itemView.render().el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment