chinmaymk/angular-charts

Syntax Error on Legend ng-show

Opened this issue · 0 comments

teone commented

Hi @chinmaymk,
I installed angular-charts today via bower and I'm getting this error:

Error: [$parse:syntax] Syntax Error: Token '{' invalid key at column 2 of the expression [{{acConfig.legend.display}}] starting at [{acConfig.legend.display}}].

This is because of ng-show=\"acConfig.legend.display\" on line 932 and 937 (dist/angular-chart.js)

I've seen the line to avoid PR. Should I made this one or not?