In the demo.html file, you have the following lines:
min: {{$.slider.min}}
max: {{$.slider.max}}
min and max don't change when we move the knob's.
Should min and max be replaced by valueA and valueB?
valueA: {{$.slider.valueA}}
valueB: {{$.slider.valueB}}
In the demo.html file, you have the following lines:
min: {{$.slider.min}}
max: {{$.slider.max}}
min and max don't change when we move the knob's.
Should min and max be replaced by valueA and valueB?
valueA: {{$.slider.valueA}}
valueB: {{$.slider.valueB}}