MOBILE-2440 course: Prevent all sections being repeated

main
Dani Palou 2018-07-05 12:28:03 +02:00
parent 4f636824e3
commit 6dada7ecd0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<!-- Template to render a section. -->
<ng-template #sectionTemplate let-section="section">
<section ion-list *ngIf="section.hasContent">
<section ion-list *ngIf="section.hasContent && section.id != allSectionsId">
<!-- Title is only displayed when viewing all sections. -->
<ion-item-divider text-wrap color="light" *ngIf="selectedSection.id == allSectionsId && section.name">
<core-format-text [text]="section.name"></core-format-text>