Skip to content

Instantly share code, notes, and snippets.

@krisselden
Last active December 29, 2015 00:29
Show Gist options
  • Save krisselden/7586144 to your computer and use it in GitHub Desktop.
Save krisselden/7586144 to your computer and use it in GitHub Desktop.
Ember.TextField.reopen({
attributeBindings: ['min','max']
});
{{input type="range" value=red min="0" max="255"}}
{{input type="range" value=green min="0" max="255"}}
{{input type="range" value=blue min="0" max="255"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment