ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

Simple directive that turns arrays and objects into downloadable CSV files

Results 102 ng-csv issues
Sort by recently updated
recently updated
newest added

Looking forward to using this module! What's missing in the docs (IMO) is the format of the array - there are several different potential array formats. I can try to...

I have added sync example on exmplae/index.html and build the ng-csv.js file Can we draft a release for this? Regards....

Hi Can you please let me know whether we should use ng-csv for a large number of dataset which contains neat about 1M rows.

instead of `.bind`. Fix taken from ui-router: https://github.com/angular-ui/ui-router/commit/a8aa40ab7c1433904b1f53f506d42d0faca14c3b

I would like to suggest, or if you would accept a pull-request, the ability to disable the quote escaping via a directive attribute escape-quotes="false" maybe I want to be able...

You shouldn't force users to pull only latest major version of angular and dep. `~1` prevent the use of angular 1.5.*. Change to `~1.0`

Hi got it working OK. Great work. Is there any flag or event to alert when the export has finished? Thanks

When I install the package with bower, I get this warning: ``` bower ng-csv#^0.3.6 invalid-meta for:/tmp/data/bower/.../bower.json bower ng-csv#^0.3.6 invalid-meta The "main" field cannot contain minified files ``` Here's the warning...

Business owners came back with a request for adding a title to our .csv files in order to give important information like date range and informative text to excel file....

I have an object created and inserted into the scope through an api call. Basically intended to represent a series of database table rows in an object. This data is...