Skip to content

Instantly share code, notes, and snippets.

@marcoow
Created October 9, 2013 15:47
Show Gist options
  • Save marcoow/6903365 to your computer and use it in GitHub Desktop.
Save marcoow/6903365 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