Answer the question
In order to leave comments, you need to log in
Who knows how to set non-uniform step for md-slider in angular material?
there is a standard md-slider (from angular matirial )
<md-slider
flex
class="md-primary"
md-discrete
ng-model="item.rating"
step="{{item.step}}"
min="{{item.min}}"
max="{{item.max}}"
aria-label="rating"
ng-change="moreDivice(item.rating,item)"
></md-slider>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question