Skip to content

Instantly share code, notes, and snippets.

@vikynandha-zz
Last active December 23, 2015 04:09
Show Gist options
  • Save vikynandha-zz/6577956 to your computer and use it in GitHub Desktop.
Save vikynandha-zz/6577956 to your computer and use it in GitHub Desktop.
Backbone Marionette sample model-view
var MyModelView = Backbone.Marionette.ItemView.extend({
template: '#jst-some-template',
modelEvents: {
'change': 'render'
'destroy': 'remove'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment