gpranav88-zz / clothzy-MVP

Clothzy MVP
0 stars 0 forks source link

Range slider change #11

Closed agamdua closed 10 years ago

agamdua commented 10 years ago

Currently using nouislider. Breaking Angular code, since one cannot use jQuery plugins without writing more code for Angular compatibility (custom directives). Unfortunately this particular model is not well supported.

Here are some attempts at wrapping it for AngularJS:

  1. https://github.com/prajwalkman/angular-slider: "Deprecated"
  2. https://github.com/danielcrisp/angular-rangeslider: Current version: 0.0.3 , Please check out known issues, if they can be tolerated, lets roll, otherwise

Other range sliders:

  1. https://github.com/angular-ui/ui-slider : "This is WIP so expect breaking changes!"

Look around for more, I'll look as well.

One option is to go with pure JS, or pure jQuery (no plugins), or plugins that have solid community support.

agamdua commented 10 years ago

If you find a JS library, I can write the code, no problem there. I'm in the JS world now. Luckily my Python is solid enough for quick enough context switches between the two.

kartikdhar commented 10 years ago

for the mvp we can substitute the slider with checkboxes also - if the slider is a problem

agamdua commented 10 years ago

That will be helpful, otherwise a slider compatible out of the box with angular will also work but I couldn't find anything good enough in a cursory search.

Am sure there's something out there, but yes, more important stuff to do if have a fallback.