asafdav / ng-csv

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

Issue saving blob in safari #138

Open thoughtspacewebsites opened 8 years ago

thoughtspacewebsites commented 8 years ago

In Safari, the generated CSV file is not downloaded, but rather displayed to the user in a new tab as a blob file. This is in Safari 9.0.1 on OS X 10.11.1

thoughtspacewebsites commented 8 years ago

Related to issue #29