Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.
joanrodriguez edited this page Apr 21, 2015 · 1 revision

Getting started:

  1. Install with bower

  2. Include slider.js in your index.html

  3. Include jquery-ui in your index.html

  4. Include at least one jquery-ui .css theme in your index.html otherwise the slider won't show

  5. Add the following in your of your views:

     <div ui-slider 
          min="0"
          max="50" 
          ng-model="slider-value"></div> 
    
Clone this wiki locally