Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created October 31, 2015 21:10
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 rondale-sc/5dcb95c8adf54bc7bf6e to your computer and use it in GitHub Desktop.
Save rondale-sc/5dcb95c8adf54bc7bf6e to your computer and use it in GitHub Desktop.
<h3> Hello {{ model.displayName }}!</h3>
{{#form-for model=model update=(action 'update') as |form|}}
{{ form.input field="firstName" }}
{{ form.input field="lastName" }}
{{/form-for}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment