Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created December 3, 2012 23:09
Show Gist options
  • Select an option

  • Save MikeLarned/4198954 to your computer and use it in GitHub Desktop.

Select an option

Save MikeLarned/4198954 to your computer and use it in GitHub Desktop.
BackboneViewBindToModel
m.Views.Friend = Backbone.View.extend({
template: "#friend-item-template",
initialize: function () {
this.model.on("change", this.render, this);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment