-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdSlider: support for range sliders #487
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1. There is also https://github.com/angular-ui/ui-slider to look at. |
+1. I used this as an alternative: https://github.com/danielcrisp/angular-rangeslider |
+1, would be good if the targets can be defined as functions... |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
For those in desperate need, I made this directive that simulates a range slider with two single md-sliders. It works ok, with three minor issues a) the left slider can override and push the right slider code here min-gap defines minimum value spacing between the two sliders (to prevent awkward overlap). lower-value and upper-value are the outputs. (you will need to add your own templateUrl for html template). Happy to receive any developments anyone has on this, with a little love may become more robust. |
+1 |
1 similar comment
+1 |
Thanks to @EdwardCTaylor at first,base on your solution,i have a improved version. |
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
1 similar comment
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
Please consider adding a range (second value) option to md-slider.
Example use case: when searching for a hotel, I want to specify both minimum and maximum price, and have the application show me results that fall between those. Demonstrated in AirBnB search page.
This feature has been previously implemented in
The text was updated successfully, but these errors were encountered: