crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
742 stars 173 forks source link

Displaying percentage value inside the progress #99

Closed samuelmukoti closed 7 years ago

samuelmukoti commented 7 years ago

Hi,

Thank you for this nice directive. Any chance of displaying the percentage inside the progress?

crisbeto commented 7 years ago

This isn't a part of the module itself on purpose. You can refer to this comment to see how you can do it yourself.