asafdav / ng-csv

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

Pass in parameters as callback functions instead of hardcode values #104

Open lzw120 opened 8 years ago

lzw120 commented 8 years ago

Changed source code to make it allow use to pass in callback functions, so it can construct passed-in parameters dynamically, instead of specifying/hardcode in directives attributes.

alexilyaev commented 8 years ago

@lzw120 Hi, can you fix what's needed for this PR to pass the CI build? And ping the maintainer to check it?