Created
February 25, 2014 04:13
-
-
Save jbasdf/9202574 to your computer and use it in GitHub Desktop.
Ember Textfield with arrow bindings
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
{{ 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