Slider directive implementation for AngularJS, without any dependencies.
<div> <rzslider rz-slider-floor="priceSlider.floor" rz-slider-ceil="priceSlider.ceil" rz-slider-low="priceSlider.min" rz-slider-high="priceSlider.max" rz-slider-step="5"></rzslider> </div>
http://embed.plnkr.co/EqGIlU/preview
This project is based on https://github.com/prajwalkman/angular-slider. It has been rewritten from scratch in JavaScript (the original source was written in CoffeeScript).
Licensed under the MIT license