MOBILE-3213 notes: Fix HTML not rendered in notes
parent
6c47098dd8
commit
4209dd1393
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue