Open miketervela opened 4 years ago
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
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