Skip to content

Instantly share code, notes, and snippets.

@maletor
Last active August 26, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maletor/9edd5cebe6a3ece206344c437cad26fe to your computer and use it in GitHub Desktop.
Save maletor/9edd5cebe6a3ece206344c437cad26fe to your computer and use it in GitHub Desktop.
<input value={{newEmail}}
oninput={{action (action updateEmail) value="target.value"}} />
{{child-form updateEmail=(action 'updateEmail')}}
updateEmail(email) {
this.set('newEmail', email);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment