asafdav / ng-csv

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

Allow data to be a function returning a promise #186

Closed vinntreus closed 7 years ago

vinntreus commented 7 years ago

This solves async issues with databinding a function which returns a promise.

StokedIndustries commented 7 years ago

this is exactly what I was looking for! too bad the original author abandoned the project.