see:http://jsbin.com/pagacohovohe/1/edit
Give class=”has-header” to ion-content.
<ion-content class="has-header">
</ion-content>
And you need to initialise your angular app – See javascript on my example. Note ng-controller and ng-app.
see:http://jsbin.com/pagacohovohe/1/edit
Give class=”has-header” to ion-content.
<ion-content class="has-header">
</ion-content>
And you need to initialise your angular app – See javascript on my example. Note ng-controller and ng-app.