Refresh content height

How do refresh content height ?
I’m using $scope.$broadcast(‘scroll.scrollTop’), but i don’t know if the best way.

1 Like

$ionicScrollDelegate.resize();

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

3 Likes

Thanks! @mhartington

Thanks…