mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
Fixes for tab demo
This commit is contained in:
3
js/ext/angular/src/directive/ionicContent.js
vendored
3
js/ext/angular/src/directive/ionicContent.js
vendored
@ -17,6 +17,9 @@ angular.module('ionic.ui.content', [])
|
||||
if(attr.hasHeader) {
|
||||
c.addClass('has-header');
|
||||
}
|
||||
if(attr.hasFooter) {
|
||||
c.addClass('has-footer');
|
||||
}
|
||||
if(attr.hasTabs) {
|
||||
c.addClass('has-tabs');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user