mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Fixed #134 - secondary header content
This commit is contained in:
3
dist/js/ionic-angular.js
vendored
3
dist/js/ionic-angular.js
vendored
@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user