angularjs-slider icon indicating copy to clipboard operation
angularjs-slider copied to clipboard

Date Slider with two dates and floor is broken

Open Head opened this issue 7 years ago • 3 comments

Steps to reproduce

Create a slider with two dates and set options.floor

Demo: http://jsfiddle.net/kdysqp1v/2/

Head avatar Dec 18 '17 19:12 Head

Not using date objects but date.getTime() for all options works. But it's still a bug if communicated that it should work with dates.

Head avatar Dec 18 '17 19:12 Head

Good catch. It needs to be address. I'll try to look into this when I have a bit of time...

ValentinH avatar Dec 19 '17 14:12 ValentinH

related (?): https://github.com/angular-slider/angularjs-slider/issues/614

mg1075 avatar Sep 17 '18 22:09 mg1075