Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created November 17, 2017 15:57
Show Gist options
  • Save alvincrespo/6b54d2b151478cd3e1e4255e911482c3 to your computer and use it in GitHub Desktop.
Save alvincrespo/6b54d2b151478cd3e1e4255e911482c3 to your computer and use it in GitHub Desktop.
Sign up template
<form {{action "onSignUp" email password on="submit"}}>
<div>
<label>Email</label>
{{input type="email" value=email}}
</div>
<div>
<label>Password</label>
{{input type="password" value=password}}
</div>
<button type="submit">Sign Up</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment