Fixed #134 - secondary header content

This commit is contained in:
Max Lynch
2013-11-15 21:16:22 -06:00
parent cfa2aa6401
commit 7b317fb7ff
3 changed files with 15 additions and 0 deletions

View File

@ -23627,6 +23627,9 @@ angular.module('ionic.ui.content', [])
if(attr.hasHeader) {
c.addClass('has-header');
}
if(attr.hasSubheader) {
c.addClass('has-subheader');
}
if(attr.hasFooter) {
c.addClass('has-footer');
}