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

Added the ability to display 'current' in the progress bar. #72

Closed dmbuchta closed 8 years ago

dmbuchta commented 8 years ago

Allow displaying the current value in the center of the progress bar.

Use show-current="true"

crisbeto commented 8 years ago

Hey, thank you for the PR. Unfortunately I don't think I can merge it. I've avoided adding the text as an option intentionally, because it's going to be a problematic feature to maintain.

dmbuchta commented 8 years ago

The change was so small, you could always take it back out when/if a problem does arises. It is you're project though so it's fine :) thanks for the code.