You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
I have a 14k array, and bad perfomance with angular 1.6.4, but this method has 2x slower page rendereing time. <md-card ng-repeat="photo in photos" ng-show="infiniteIndex>$index" class="flex-item">
VS <md-card sly-repeat="photo in photos" sly-show="infiniteIndex>$index" sly-prevent-evaluation-when-hidden class="flex-item">