asafdav / ng-csv

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

Enhancement: Updated to support IE9 and Safar #179

Open hmudimi opened 7 years ago

hmudimi commented 7 years ago

File downloaded with .txt extension in IE9 with saveas window, So here we can change extension to .csv while downloading. Some times IE9 failing to download file with '.csv' extension, in that scenario downloading with '.txt' extension works fine. In Safari file downloaded with file name 'Unknown' with no extension, didn't find any possibility to downloaded file as given name. For others browsers same code is followed. Still need to check for fixing the known bugs. Updated read me,