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