Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49169

How to get div just above ion-footer

$
0
0

@pkudrle wrote:

I want to get a pull down menu just above the ion-footer but having a hard time finding the right css setting to get the div correct.
<ion-header-bar class="bar-calm">
<h1 class="title">Header</h1>
</ion-header-bar>
<ion-content
<div><span>content that will fill up most of screen</span></div>
</ion-content>
<div>
<label class=" item item-input item-select">
<div class="input-label">
This pulldown needs to be at the bottom and just above the ion-footer
</div>
<select ng-model="selectedOption" ng-change="sendButtonMessage(selectedOption)">
<option ng-repeat="option in options">{{option}}</option>
</select>
</label>
</div>
<ion-footer>footer</ion-footer>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49169

Trending Articles