Skip to content

Instantly share code, notes, and snippets.

@jbasdf
Created February 25, 2014 04:13
Show Gist options
  • Save jbasdf/9202574 to your computer and use it in GitHub Desktop.
Save jbasdf/9202574 to your computer and use it in GitHub Desktop.
Ember Textfield with arrow bindings
{{ view App.Textfield
class="form-control"
placeholderBinding="view.prompt"
valueBinding="view.value"
viewName="inputField"
arrow-up="arrowUp"
arrow-down="arrowDown"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment