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

Angular 1.x version only supports Angular 1.3+ #133

Closed LucasMetal closed 7 years ago

LucasMetal commented 7 years ago

Hi!

Due to the usage of $watchGroup, the angular-1.x branch only supports Angular 1.3 or above.

This made me lose a couple of hours as I'm using Angular 1.2.8. Could you please update the readme to state the minimum version or change the implementation so it really supports Angular 1.x?

Thanks a lot! Great directive!

crisbeto commented 7 years ago

Fixed in af1b838b3673fbab9feb61458606730dd6cca36d.

LucasMetal commented 7 years ago

Wow, that was fast! Thanks!!