Skip to content
Snippets Groups Projects
Commit 41760d91 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(card) : fix htmlTag

parent 843a0ee0
Branches
Tags
2 merge requests!31Recette,!20feat(card) : change design indicator distance
......@@ -12,7 +12,7 @@
fxLayoutGap="20px"
>
<div fxLayout="row" fxLayoutAlign="center center">
<div class="indicatorDistance" *ngFor="let i of [].constructor(structure.getDistanceRange())"></div>
<span class="indicatorDistance" *ngFor="let i of [].constructor(structure.getDistanceRange())"></span>
</div>
<div>
{{ this.formatDistance() }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment