chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

Syntax Error on Legend ng-show #214

Open teone opened 8 years ago

teone commented 8 years ago

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?