Skip to content

Instantly share code, notes, and snippets.

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