diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 312d9e0f33f..7f39b6fe955 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -446,6 +446,7 @@ function RepeatManagerFactory($rootScope, $window, $$rAF) { isDataReady = true; if (isLayoutReady && isDataReady) { + scrollView.resize(); forceRerender(); } }; diff --git a/test/html/collection-repeat/contacts.html b/test/html/collection-repeat/contacts.html index 0b425987939..c249b90cdf0 100644 --- a/test/html/collection-repeat/contacts.html +++ b/test/html/collection-repeat/contacts.html @@ -19,7 +19,7 @@