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
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?
The text was updated successfully, but these errors were encountered:
teone
added a commit
to teone/angular-charts
that referenced
this issue
Dec 2, 2015
Hi @chinmaymk,
I installed angular-charts today via bower and I'm getting this error:
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?
The text was updated successfully, but these errors were encountered: