asafdav / ng-csv

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

Fixes issue #47. #70

Closed bbarney closed 9 years ago

bbarney commented 9 years ago

Fixed Chrome crash by using a object URL created from a Blob. Refactored to not encode the data (no longer necessary).

asafdav commented 9 years ago

There are some indentation issues, anyway I want to manually test your changes and then merge it so I'll fix it. soon

asafdav commented 9 years ago

Awesome pull request, thanks a lot.

bbarney commented 9 years ago

You're welcome. I'm happy it worked for you.