vasyabigi / angular-nouislider

Simple angular directive for jquery nouislider plugin
http://vasyabigi.github.io/angular-nouislider/
MIT License
84 stars 53 forks source link

Any plans to update nouislider to the latest version? #35

Closed rathishcholarajan closed 9 years ago

rathishcholarajan commented 9 years ago

Hi, This component is using version 6.x of nouislider. Any plans to add support for version 8.x of nouislider?

Yankovsky commented 9 years ago

@rathishc24 you can check my nouislider directive https://github.com/Yankovsky/nouislider-angular It supports latest version.

rathishcholarajan commented 9 years ago

@Yankovsky Thanks. I did consider your directive too while evaluating. Ended up implementing my own angular wrapper since we had to do some heavy customization.