Skip to content

Commit

Permalink
fix breadcrumb cf #19
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jun 8, 2020
1 parent 03268c3 commit 89eaaf3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
/

<span *ngFor="let elem of breadcrumbs; let isLast = last">
<span class="link" (click)="onClick(elem)">
{{ elem.label }} : {{ elem.description }}
</span>
<span class="link" (click)="onClick(elem)">{{ elem.label }} : {{ elem.description }}</span>
<span *ngIf="!isLast"> / </span>
</span>
</div>

0 comments on commit 89eaaf3

Please sign in to comment.