Bug
Progress arc does not match actual value.
indeterminate mode (ie: waiting for first progress value from ajax upload)determinatevalue to any number between range (optionally, keep increasing it until 100)Progress arc in determinate mode should match value, starting at "north" (0 degrees)
Looks like progress has an offset of +90 deg approx.
Seems a bug. Progress should reset its internal runtime settings when changing modes.
Codepen is pretty self-explanatory.
Thank you for reporting this.
I assume that using an ng-if and having a second progress circular used for determinate values would be a valid workaround for the time being?
Yes, that's exactly what we are doing.
Thank you.
Please check this CodePen.
I will create PR soon.
@marosoft I'd love to see a PR for this 馃槃