angular-virtual-scroll icon indicating copy to clipboard operation
angular-virtual-scroll copied to clipboard

No redraw element in list

Open imanzano opened this issue 9 years ago • 1 comments

I attached a list of 400 elements and only 100 elements are showed.

imanzano avatar Dec 26 '15 12:12 imanzano

<my-card class="track_card" sf-virtual-repeat="i in grid"
...
</my-card>

I did a console.log of grid variable and It has 400 elements.

imanzano avatar Dec 26 '15 12:12 imanzano