Position element at bottom of content area

Hi all,

New to iconic and angular.

I have a relatively simple problem I suspect. Within my area I need two rows, one needs to be fixed to the bottom of the content area, and the other scrollable if it needs to be.

Any help appreciated, thanks in adavance.

You can use footer-bar for a fixed bar at the bottom of your content. Be sure to put has-footer="true" in your <content> definition

  <ion-footer-bar>
    <h1 class="title">Footer</h1>
  </ion-footer-bar>

Thanks for the reply dave, I alread use a footer, this is content I want fixed to the bottom of the content are between a header and a footer.

Mick