Closed
Description
Steps to reproduce
- ``
Price: {{vm.priceSlider.value}}
vm.priceSlider = { value: 23, options: { floor: 20, ceil: 100 } }
Demo: http://jsfiddle.net/cwhgLcjv/87/
Expected behaviour
At point 23 & 93, the slider min and max value in view should not disappeared.
Actual behaviour
At point 23 & 93, the slider value gets disappeared. At point 23, min value disappears, at point 93, the end i.e max value gets disappera.