Releases: crisbeto/angular-svg-round-progressbar
Releases · crisbeto/angular-svg-round-progressbar
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
This release adds:
- Dynamic binding - the looks update automatically if the scope variable changes. Example:
color="{{ (current / max < 0.5) ? '#ff8080' : '#45ccce'" }}
.
NOTE: If you've been using the0.1.0
release, you can stop broadcasting therenderCircle
event, it is no longer being used. - Animations - Adds the ability to select an animation and adds some presets. Refer to the readme for the possibilities.
- Split up and re-organized some files
- Some tweaks to the demo