seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

How do I use formatter in angular 6? #907

Closed kiran-bobade closed 5 years ago

kiran-bobade commented 5 years ago

I am using this library but not able to use the formatter function using [formatter] attribute. Is there any other way to do it?

<mv-slider [tooltip]="always" [value]="14" [min]="0" [step]="1" [max]="20" [enabled]="enabled" (change)="change()" ></mv-slider>
seiyria commented 5 years ago

You may want to open an issue on their repository, we don't officially support it here. Thanks!