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

ng-csv directive is loading before ng-click

Open sonasaran opened this issue 9 years ago • 1 comments

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?

sonasaran avatar Sep 02 '15 19:09 sonasaran

Facing the same issue - csv gets created first and the data generated by ng-click funtion doesn't get exported.

yusuf9982 avatar Apr 30 '18 09:04 yusuf9982