stackfull / angular-virtual-scroll

Source for the sf.virtualScroll module for AngularJS
MIT License
262 stars 42 forks source link

No redraw element in list #40

Open imanzano opened 8 years ago

imanzano commented 8 years ago

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

imanzano commented 8 years ago
<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.