Ion-scroll resize()

Hi!

I used to use $ionicScrollDelegate.getHandle().resize on ionic v1 to reload the size of ion-scroll.

Unfortunately this doesn’t exist anymore and my don’t update by themselves.

Any idea how I can have that happening now? I have beens tuck on that for 2 days…

Thanks!

You should catch Content (documented over here: http://ionicframework.com/docs/api/components/content/Content/)

and then call resize on content.

That worked. Thanks. Also it has way less possibilities than the previous ion-scoll, unfortunately.