Skip to content

Instantly share code, notes, and snippets.

@wycats
Created March 9, 2017 05:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wycats/f7df05c21b0c0798a6694d09196f3632 to your computer and use it in GitHub Desktop.
Save wycats/f7df05c21b0c0798a6694d09196f3632 to your computer and use it in GitHub Desktop.
Range
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
<input type="range" min="0" max="10">
<input min="0" max="10" type="range">
<br>
<br>
{
"version": "0.11.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.11.0",
"ember-data": "2.11.0",
"ember-template-compiler": "2.11.0",
"ember-testing": "2.11.0"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment