asafdav/ng-csv

Lazy-loading is not working

Opened this issue · 4 comments

$scope binding does not work on lazy loading if i fetch data from server.

before binding data ,it downloaded file

are you passing promise to it?

yes Rajan , i already use promise . actually problem is before data binding csv file is downloaded.so in this case i use again click event fired after completed data binding.if u have any idea on please let me know . advance thanks .........

can you write a plunkr to show me what you are doing, and can you also show me the data contract of your response?