angular-charts icon indicating copy to clipboard operation
angular-charts copied to clipboard

Handle custom delimeter

Open kdlcruz opened this issue 10 years ago • 3 comments

The code will throw error if my app is using [[ and ]] as delimeter

kdlcruz avatar Sep 03 '14 14:09 kdlcruz

What code ?

chinmaymk avatar Sep 11 '14 04:09 chinmaymk

The templates that make the chart use {{ and }} as delimiters for binding If you change the delimiters in your code none of these bindings in the templates will be processed.

As for the error I did not have any errors logged to the console when testing this. If your getting errors it may be elsewhere in the code

chaosfinity avatar Sep 18 '14 22:09 chaosfinity

This should be available in next release.

chinmaymk avatar Sep 22 '14 06:09 chinmaymk