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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -