chinmaymk / angular-charts

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

Support for custom $interpolateProvider #152

Closed targetcircle closed 9 years ago

targetcircle commented 9 years ago

Your templates are using hardcoded {{ and }} for templates which isn't a good idea when using Django or Symfony2/Twig templates. Angular-charts will shop up, but the title and legend will be broken and there will be some warnings. This can be easily fixed using templates which take into account the interpolation symbols.

chinmaymk commented 9 years ago

Duplicate issue, refer #127