angular-progress-arc icon indicating copy to clipboard operation
angular-progress-arc copied to clipboard

angular 1.4 support?

Open bdkent opened this issue 9 years ago • 2 comments

progress-arc doesn't seem to work with angular 1.4.7 (and perhaps earlier?).

No arc displays, but I get this error in the console: Unexpected value NaN parsing r attribute.

trivial example: http://jsfiddle.net/bkent/9nguLy6c/

bdkent avatar Oct 23 '15 03:10 bdkent

No worries will check it out this week. I haven't used Angular much in recent months so haven't kept up with development.

mathewbyrne avatar Oct 26 '15 09:10 mathewbyrne

Something to do with the default strokeWidth value not being taken into account. If you explicitly set this via the 'stroke-width' attribute, it works.

david-bulte avatar Nov 18 '15 13:11 david-bulte