angularjs - Angular material slider how to set ticks values -
is there way using angular slider define sliding values example if have min val 0 , max val 15 possible set values user can slide list [3,4,6,9...] instead of having steps of 1 or 2? if it's not possible angular material slider there other angular module can used?
you can using angular slide using stepsarray: [3,4,6,9...]
here plunker that
Comments
Post a Comment