MOBILE-2915 scorm: Fix hide bottom tabs from MOBILE-2886
parent
47bb9aa435
commit
d8084bba5c
|
@ -1,4 +1,4 @@
|
|||
<div class="tabbar" role="tablist" #tabbar>
|
||||
<div class="tabbar" role="tablist" #tabbar [hidden]="hidden">
|
||||
<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>
|
||||
<div class="tab-highlight"></div>
|
||||
<div *ngIf="_loaded === false" class="core-ion-tabs-loading">
|
||||
|
|
Loading…
Reference in New Issue