12 lines
502 B
HTML
12 lines
502 B
HTML
<ion-header>
|
|
<ion-navbar core-back-button>
|
|
<ion-title><core-format-text [text]="title" contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId"></core-format-text></ion-title>
|
|
|
|
<ion-buttons end>
|
|
<!-- The buttons defined by the component will be added in here. -->
|
|
</ion-buttons>
|
|
</ion-navbar>
|
|
</ion-header>
|
|
|
|
<addon-mod-glossary-index [module]="module" [courseId]="courseId" (dataRetrieved)="updateData($event)"></addon-mod-glossary-index>
|