Hi, I a list of large number of items. I want to scroll to bottom when the list is first initialized . How to do this ?
Take a look at $ionicScrollDelegate
http://ionicframework.com/docs/api/service/$ionicScrollDelegate/
Call $ionicScrollDelegate.scrollBottom(false); in your controller
1 Like