THANK YOU! Your technique works (with a quirk below)
<ion-view title="'Ask'">
<ion-content has-header="true" has-tabs="true" style="background: #ffe; margin-bottom: 2em">
<ion-list>
<ion-item ng-repeat="pet in pets" type="item-text-wrap" href="#/tab/pet/{{pet.id}}">
<h3>{{pet.title}}</h3>
<p>{{pet.description}}</p>
</ion-item>
</ion-list>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>Some filler paragraph to test scrolling boundaries</p>
<p>LAST PARAGRAPH. MUST BE VISIBLE</p>
</ion-content>
<div class="bar bar-footer bar-balanced" style="position: fixed; bottom: 3.5em;">
<div class="item item-input input-inset">
<input type="text" value="hallo">
<button class="button button-small">Send</button>
</div>
</div>
</ion-view>
While it works… The problem is I need to approximate 3.2em and 3.5em. This probably will be broken with different layout/device etc.