June 2017
Intermediate to advanced
544 pages
12h 25m
English
Ionic has many directives to help common layouts in mobile apps. Ionic headers and footers are important directives for showing proper context for any view in a mobile app. The exact directives, name and their usage are detailed as follows.
This directive adds a fixed header bar above any content. You can also add a subheader by adding a CSS class bar-subheader on the second <ion-header-bar> directive, which will be shown below the primary header. The sample code for usage is as follows:
<ion-header-bar align-title="left" class="bar-positive"> <div class="buttons"> <button class="button" ng-click="back()">Back</button> </div> <h1 class="title">All about Books</h1> <div class="buttons"> <button ...
Read now
Unlock full access