There was an error while loading. Please reload this page.
Getting started:
Install with bower
Include slider.js in your index.html
Include jquery-ui in your index.html
Include at least one jquery-ui .css theme in your index.html otherwise the slider won't show
Add the following in your of your views:
<div ui-slider min="0" max="50" ng-model="slider-value"></div>