You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the inherited offset not working properly when using the directive as an element. Should also be faster since it switches from traversing the DOM to traversing the scope chain.
Switches the examples to use the directive as an element.
Renamed the module to angular-svg-round-progressbar in order to match the name on NPM and Bower.
Started using performance.now for the animation timing, if the browser supports it.
Removed some styles that were being set twice in a row for some reason.
Fixed some crappy indentation and removed unnecessary quotes.
Switched to using string concatenation instead of joining arrays in order to avoid having to create a whole lot of arrays.
Breaking change
The module used to be named angular-svg-round-progress, which wasn't consistent with the repo name, the package on NPM and the package on Bower. Please rename the one in your Angular module to angular-svg-round-progressbar. Example: