- Open bower.json
- Add
"angular-range-slider": "latest"to your dependency list - Run
bower install - In your application you can now add:
<script src="bower_components/angular-range-slider.js"></script>
- Import the SCSS files into your SCSS using the
@importdirective i.e.@import "../../bower_components/angular-range-slider.scss"
- Include the CSS using the mixin
@include co-range-slider(options: opt-value, ..)
See the demo file
