Lazy-loading is not working
Opened this issue · 4 comments
bairaginath commented
$scope binding does not work on lazy loading if i fetch data from server.
bairaginath commented
before binding data ,it downloaded file
rajansoft1 commented
are you passing promise to it?
bairaginath commented
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 .........
rajansoft1 commented
can you write a plunkr to show me what you are doing, and can you also show me the data contract of your response?