Skip to content

advancedcontrol/angular-progress

Repository files navigation

Angular Progress Bar

screen shot of demo

Installation

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

Usage

See the demo file

About

Simple progress bar directive

Resources

License

Stars

Watchers

Forks

Packages

No packages published