scrollBottom(ture) without animation

I am using ionicScrollDelegate.scrollBottom(true) to scroll to the bottom of but for some reasons I dont need that descending animation, I just want to go to the bottom of the container immidiately. Is there ant way to achieve that?

That true tells it to animate.

So $ionicScrollDelegate.scrollBottom(false) should do the trick.

http://ionicframework.com/docs/nightly/api/service/$ionicScrollDelegate/