ewgenius / paper-interval-slider

A polymer element based in material design that allows user to select an interval in a range of values by moving start and end slider thumbs.
10 stars 6 forks source link

demo.html min and max fields are not changing... #3

Open cherukumilli opened 9 years ago

cherukumilli commented 9 years ago

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}}

ewgenius commented 9 years ago

Yes, it is my mistake, may be it is some old code, what i forget to remove