tilwinjoy / angular-bootstrap-material

AngularJS directives for bootstrap material design components
http://tilwinjoy.github.io/angular-bootstrap-material
21 stars 13 forks source link

support for slider #2

Closed ramarro123 closed 8 years ago

ramarro123 commented 8 years ago

Hello,

any plan to support slider from bootstrap material ui?

tilwinjoy commented 8 years ago

Hi, The slider in bootstrap material is based on noUiSlider. We just need a wrapper angular directive to support it*. Luckily, those already exist. for example - nouislider-angular.

Here's a JSFiddle demo that I made using the same.


*I'm not including it as part of this project since other projects for supporting noUiSlider with AngularJS already exist. Also because it's neither a Bootstrap component nor I have seen it in Google material spec.

ramarro123 commented 8 years ago

great, if so, no need to add it on your side :)