MOBILE-3213 notes: Fix HTML not rendered in notes

main
Dani Palou 2019-12-12 12:15:44 +01:00
parent 6c47098dd8
commit 4209dd1393
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<ion-icon name="trash"></ion-icon>
</button>
</ion-item>
<ion-item text-wrap>{{ note.content }}</ion-item>
<ion-item text-wrap><core-format-text [text]="note.content" [filter]="false"></core-format-text></ion-item>
</ion-card>
</ion-list>