Skip to content

Commit

Permalink
docs(ionHeadarBar,ionFooterBar): explain sub-header & sub-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 11, 2014
1 parent ba39fb0 commit 5ff15c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/ext/angular/src/directive/ionicBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
*
Expand Down Expand Up @@ -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'.
*
Expand Down

0 comments on commit 5ff15c0

Please sign in to comment.