Skip to content

Instantly share code, notes, and snippets.

@trek
Created November 27, 2012 21:11
Show Gist options
  • Save trek/4157036 to your computer and use it in GitHub Desktop.
Save trek/4157036 to your computer and use it in GitHub Desktop.
ChangeStateOnTextEntry = Em.TextField.extend({
insertNewline: function(){
this.get('controller.target').send('someRouterEventName')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment