We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the documentation's example show passing in a new range property. eg: http://kennethkalmer.github.io/ember-cli-nouislider/#/options
{{range-slider start=40 connect="lower" range=model.defaultRange}}
Since range is a computed property, starting in Ember 3.9 you will see a deprecation warning that this behavior will be going away (though not until 4.0) https://deprecations.emberjs.com/v3.x/#toc_component-manager-string-lookup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the documentation's example show passing in a new range property.
eg: http://kennethkalmer.github.io/ember-cli-nouislider/#/options
Since range is a computed property, starting in Ember 3.9 you will see a deprecation warning that this behavior will be going away (though not until 4.0)
https://deprecations.emberjs.com/v3.x/#toc_component-manager-string-lookup
The text was updated successfully, but these errors were encountered: