$ionicScrollDelegate scrollToBottom freezes scrollview on Android

If $ionicScrollDelegate scrollToBottom is called during a ion-list ng-repeat update the entire scrollview freezes. If I wait until the ng-repeat is done rendering the scrollToBottom work as expected. But it’s really hard to time. Do you have any suggestions?