From 5ff15c0c63ddfe3919a956d2fc30add996a9bb53 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Fri, 11 Apr 2014 13:48:23 -0600 Subject: [PATCH] docs(ionHeadarBar,ionFooterBar): explain sub-header & sub-footer --- js/ext/angular/src/directive/ionicBar.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/ext/angular/src/directive/ionicBar.js b/js/ext/angular/src/directive/ionicBar.js index c976b7aaf97..1cfd765d417 100644 --- a/js/ext/angular/src/directive/ionicBar.js +++ b/js/ext/angular/src/directive/ionicBar.js @@ -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'. *