MOBILE-4666 lesson-index: Show loading when lesson is downloading
parent
4c9b69879e
commit
9fddd8f1a9
|
@ -193,9 +193,11 @@
|
||||||
</core-tab>
|
</core-tab>
|
||||||
</core-tabs>
|
</core-tabs>
|
||||||
|
|
||||||
<div collapsible-footer *ngIf="!showLoading" slot="fixed">
|
<div collapsible-footer *ngIf="!showLoading" slot="fixed" [ngClass]="{ 'ion-margin-bottom': showSpinner }">
|
||||||
<div class="list-item-limited-width" *ngIf="!canViewReports && ((lesson && !preventReasons.length) || retakeToReview)">
|
<div class="list-item-limited-width" *ngIf="!canViewReports && ((lesson && !preventReasons.length) || retakeToReview)">
|
||||||
<ng-container *ngTemplateOutlet="buttons" />
|
<core-loading [hideUntil]="!showSpinner">
|
||||||
|
<ng-container *ngTemplateOutlet="buttons" />
|
||||||
|
</core-loading>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<core-course-module-navigation [courseId]="courseId" [currentModuleId]="module.id" />
|
<core-course-module-navigation [courseId]="courseId" [currentModuleId]="module.id" />
|
||||||
|
|
Loading…
Reference in New Issue