Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created November 9, 2013 17:08
Show Gist options
  • Save sagar-ganatra/7387519 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/7387519 to your computer and use it in GitHub Desktop.
events: {
'keyup .js-full-name' : 'updateFullName'
}
updateFullName: function() {
this.model.set('fullName', this.$el.find('.js-full-name'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment