forked from EVOgeek/Vmeda.Online
6 lines
226 B
HTML
6 lines
226 B
HTML
<ion-list>
|
|
<a ion-item text-wrap *ngFor="let chapter of chapters" (click)="loadChapter(chapter.id)" detail-none>
|
|
<p [attr.padding-left]="chapter.level == 1 ? true : null">{{chapter.title}}</p>
|
|
</a>
|
|
</ion-list>
|