mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionHeadarBar,ionFooterBar): explain sub-header & sub-footer
This commit is contained in:
6
js/ext/angular/src/directive/ionicBar.js
vendored
6
js/ext/angular/src/directive/ionicBar.js
vendored
@@ -15,6 +15,9 @@ angular.module('ionic.ui.header', ['ngAnimate', 'ngSanitize'])
|
||||
* @description
|
||||
* Adds a fixed header bar above some content.
|
||||
*
|
||||
* Can also be a subheader (lower down) if the 'bar-subheader' class is applied.
|
||||
* See [the header CSS docs](/docs/components/#subheader).
|
||||
*
|
||||
* @param {string=} align-title Where to align the title.
|
||||
* Avaialble: 'left', 'right', or 'center'. Defaults to 'center'.
|
||||
*
|
||||
@@ -45,6 +48,9 @@ angular.module('ionic.ui.header', ['ngAnimate', 'ngSanitize'])
|
||||
* @description
|
||||
* Adds a fixed footer bar below some content.
|
||||
*
|
||||
* Can also be a subfooter (higher up) if the 'bar-subfooter' class is applied.
|
||||
* See [the footer CSS docs](/docs/components/#footer).
|
||||
*
|
||||
* @param {string=} align-title Where to align the title.
|
||||
* Avaialble: 'left', 'right', or 'center'. Defaults to 'center'.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user