mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(tabs): Expand striped android style tab functionality. Closes 1694
This commit is contained in:
3
js/angular/directive/headerFooterBar.js
vendored
3
js/angular/directive/headerFooterBar.js
vendored
@@ -125,7 +125,8 @@ function headerFooterBarDirective(isHeader) {
|
||||
restrict: 'E',
|
||||
compile: function($element, $attr) {
|
||||
$element.addClass(isHeader ? 'bar bar-header' : 'bar bar-footer');
|
||||
|
||||
var parent = $element[0].parentNode;
|
||||
if(parent.querySelector('.tabs-top'))$element.addClass('has-tabs-top');
|
||||
return { pre: prelink };
|
||||
function prelink($scope, $element, $attr) {
|
||||
var hb = new ionic.views.HeaderBar({
|
||||
|
||||
Reference in New Issue
Block a user