ng-csv
ng-csv copied to clipboard
ng-csv directive is loading before ng-click
if i want to send request and get response data when button click, this is not supportive for multiple file download from a page?
ng-csv is loading first and its not watching the changes. i can't pass data to ng-csv="getArray" from ng-click="function".
is there any solution?
Facing the same issue - csv gets created first and the data generated by ng-click funtion doesn't get exported.