Created
August 12, 2013 15:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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