Skip to content

Commit d8084bb

Browse files
committed
MOBILE-2915 scorm: Fix hide bottom tabs from MOBILE-2886
1 parent 47bb9aa commit d8084bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ion-tabs/core-ion-tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="tabbar" role="tablist" #tabbar>
1+
<div class="tabbar" role="tablist" #tabbar [hidden]="hidden">
22
<a [hidden]="_loaded === false" *ngFor="let t of _tabs" [tab]="t" class="tab-button" role="tab" href="#" (ionSelect)="select(t)" [attr.aria-hidden]="!t.show" [attr.aria-label]="t.tabTitle || ''"></a>
33
<div class="tab-highlight"></div>
44
<div *ngIf="_loaded === false" class="core-ion-tabs-loading">

0 commit comments

Comments
 (0)