MOBILE-2915 scorm: Fix hide bottom tabs from MOBILE-2886

main
Pau Ferrer Ocaña 2019-03-27 11:21:30 +01:00
parent 47bb9aa435
commit d8084bba5c
1 changed files with 1 additions and 1 deletions

View File

@ -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">