Skip to content

Instantly share code, notes, and snippets.

@jbasdf
Created February 25, 2014 04:08
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 jbasdf/9202528 to your computer and use it in GitHub Desktop.
Save jbasdf/9202528 to your computer and use it in GitHub Desktop.
Ember Textfield
{{ view Ember.Textfield
class="form-control"
placeholderBinding="controller.prompt"
valueBinding="controller.value"
onEvent="keyPress"
action="typing"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment