mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-06-30 06:12:08 -06:00
subheaders should know when there are tabs above them
This commit is contained in:
parent
1af61b8e4a
commit
7095005b91
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ Template.ionSubheaderBar.helpers({
|
|||
classes.push('bar-stable');
|
||||
}
|
||||
|
||||
if (Session.get('hasTabsTop')) {
|
||||
classes.push('has-tabs-top');
|
||||
}
|
||||
|
||||
return classes.join(' ');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue