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
I'm not sure if this is a bug or not, but in beta14 I was able to force the collection-repeat directive to recalculate dimensions and re-render with a call like this, $ionicScrollDelegate.$getByHandle('collection-repeat-wrap').resize(). This no longer seems to work with the new, refactored collection-repeat from 1.0.0-rc0
$ionicScrollDelegate.$getByHandle('collection-repeat-wrap').resize()// trying to get collection-repeat directive to run this code:varonWindowResize=ionic.animationFrameThrottle(validateResize);angular.element($window).on('resize',onWindowResize);
<ion-contentdelegate-handle="collection-repeat-wrap"><divcollection-repeat="item in items">
...
</div></ion-content>