Skip to content

Instantly share code, notes, and snippets.

@mockra
Created January 19, 2014 23:29
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 mockra/8512428 to your computer and use it in GitHub Desktop.
Save mockra/8512428 to your computer and use it in GitHub Desktop.
<form {{action login on='submit'}}>
<label for="identification">Login</label>
{{view Ember.TextField id='identification' valueBinding='identification' placeholder='Enter Login'}}
<label for="password">Password</label>
{{view Ember.TextField id='password' type='password' valueBinding='password' placeholder='Enter Password'}}
<button type="submit">Login</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment