Created
December 20, 2014 04:29
-
-
Save ulisesrmzroche/1d24c721da1207e16aaa to your computer and use it in GitHub Desktop.
Lets Code Signup Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form {{action 'save' on='submit'}}> | |
{{input value=email type="text"}} | |
{{input value=password type="password"}} | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment