asafdav / ng-csv

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

AngularJS ng-csv file downloading sometimes only #142

Open abhiramsatti opened 8 years ago

abhiramsatti commented 8 years ago

I am using angular ng-csv directive to download the csv file. Sometimes it is not downloading the file.

The data in the file may huge and When it is not downloading it is not displaying any errors in console.

I checked by putting console.log in library as well all working fine but not downloading file. It is using Blob to download the files. Is there limitation for the Blob for downloading or anyone can tell how to debug this kind of issue.

Thanks in advance.