I have a text with special characters and want to print title text out in Ionic 2 Framework.
<ion-card-title>
{{ title }}
</ion-card-title>
Current string:
Expert Q&A
Expected result:
Expert Q&A
However, the result keeps the same version which is
Expert Q&A
I tried to use unescape(), but it still doesn't work. Any ideas? Thanks,