An angular module for creating scrolling containers for huge amount of data
This is probably because you forgot to set a height constraint on the scrollable container. If you miss the constraints, the container will be populated with the entire data set, since the dynamic chunks are calculated depending on the size of the container.