Venturocket / angular-slider

Slider directive for AngularJS.
MIT License
262 stars 121 forks source link

polluting the global window object #53

Open paulboutin opened 10 years ago

paulboutin commented 10 years ago

the modernizr input check does not play well with browserify. including in the build two files one for modernizer check and one for slider module would work in most cases so modernizer could be added as an option.

drgould commented 10 years ago

I'm rewriting the slider so it doesn't need to do any feature checking and thus won't pollute the global scope.