cotag / orbicular

A CSS based circular progress bar for AngularJS
MIT License
47 stars 15 forks source link

Watch total value for changes in addition to progression #12

Closed bropp closed 10 years ago

bropp commented 10 years ago

Right now, only the progression value is observed for changes. For my implementation, I also needed to watch the total value, as both values could change.

I'm not using the project for a file upload progress meter, so this maybe outside of the project's scope, but I thought I'd share.

stakach commented 10 years ago

Thanks @bropp, I've bumped the version on bower too