ng-round-progress-bar

An Angular directive to provide round progress bars


Keywords
angular, directive, progress bar
License
MIT
Install
bower install ng-round-progress-bar

Documentation

ngRoundProgressBar

An Angular directive that provides a nice round progress bar.

How to User

You can check the example.html for a working setup. Basically, you just need to include the main.js and main.css in the root directory and include ngRoundProgressBar as dependency. Then use as

<div round-progress-bar="0.34"></div>

Credit

The implementation is based on this article by invatechs.