-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When change the max value of the slider it should update the thumb position in the slider.
What is the current behavior?
When the max value is changed the slider is not updated.
What are the steps to reproduce?
<md-slider [(ngModel)]="sliderValue" min="{{sliderValueMin}}" max="{{sliderValueMax}}" value="{{sliderValue}}">
When sliderValueMax or sliderValueMin are changed nothing happens.
What is the use-case or motivation for changing an existing behavior?
When some conditions on a form happen and need to change the limits of a slider.
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.0.0, Material 2.0.0-alpha.8-2, All, All
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent