asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Decimal Separator #86

Closed n0n3br closed 9 years ago

n0n3br commented 9 years ago

I'm trying to use the decimal-separator option (decimal-separator=',') to change from period to colon, but I can't get it to work. I've also inspected the code and cant seem to find any reference to it.

Can you post an working example of code using this option ?

asafdav commented 9 years ago

Hi, my bad. I didn't push a build that includes this feature, just did. it's a good idea to add an example, would you like to pull request ? you can base it on the test cases.