Skip to content

Instantly share code, notes, and snippets.

@dspangen
Created August 12, 2013 15:31
Show Gist options
  • Save dspangen/6211910 to your computer and use it in GitHub Desktop.
Save dspangen/6211910 to your computer and use it in GitHub Desktop.
var View = Marionette.ItemView.extend({
// A function that takes a hash of the serialized
// Model and returns the HTML for display
template: templateFunc,
ui: {
// A hash of id to jquery selectors
nameInput: "input.name"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment