Range slider input which uses jQuery Tools RangeInput library behind the scenes. This slider has custom styling.
ember install:addon ember-cli-range-inputmin- Defaults to 0max- Defaults to 10step- Defaults to 1value- Defaults to min if falsy and not 0
Note: If using a decimal/float in any of the values, be sure to use a string, e.g. '0.05'.
changed- Takes the following signaturefunction (currentValue, previousValue) {}
If you'd like to submit a pull request or just run the latest code, this is how you do it.
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.

