Ion-scroll inside ion-content scroll=false sticks

Ionic 1.2.4, Angular 1.4.8.

I have an <ion-content scroll="false"> followed by a chunk of non-moving HTML inside it, and then an <ion-scroll scroll="true"> with a refresher and some content that should be scrolling. It appears that Ionic’s scroll handling gets stuck and won’t let me scroll past whatever’s in the view when it is created.

I’ve got a codepen here that shows the issue with nightly: http://codepen.io/RangerRick/full/gPvXxy/

Anyone know how to make this work?

ion-scroll needs a fixed height. --> set style=“height: 200px” and it is scrollable. So you need to calculate the remaining viewport height :wink:

Could you provide an example on the fix? I’ve been struggling for a couple of days trying to fix this.

Thank you.