Closed
Description
Steps to reproduce
- I have created simple slider with range by using
stepsArray
property $scope.minRangeSlider = { minValue: 10, maxValue: 100, options: { floor: 0, ceil: 100, showTicksValues: true, stepsArray: [10, 17, 71, 86, 100] } };
Demo: https://jsfiddle.net/8yt262cg/ (fork this example and update the link)
I have edited your examples (example with "Range slider")
Expected behaviour
Ticks on slider should stretch depends on values which they have