Hello
When I add new list items from JSON with load more button ion-scroll height does not change. How can I update scroll height?
Hello
When I add new list items from JSON with load more button ion-scroll height does not change. How can I update scroll height?
http://ionicframework.com/docs/api/service/$ionicScrollDelegate/
$ionicScrollDelegate.resize()
Thank you body you are perfect!