crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
742 stars 173 forks source link

Parser Error: Unexpected token # at column 1 in [#45ccce] #110

Closed EddyTheDove closed 7 years ago

EddyTheDove commented 7 years ago

Using ionic2. Everything works fine until I want to change either color or background. It returns following error: Parser Error: Unexpected token # at column 1 in [#45ccce] .

I just copied pasted the example in the demo. If I remove color and background, everything else works perfect.

crisbeto commented 7 years ago

Looks like I didn't try out my own example. Either using color="#45ccce" or [color]="'#45ccce'" should work.

EddyTheDove commented 7 years ago

Thank you very much @crisbeto