Header rendering html content

Header in ion-view rendering the HTML content, we have dynamic header name based on server data, Server sending HTML data as header name and it’s render as it is, but I want to display HTML on the header as come from the server.

The html for dynamic header name is
<ion-view view-title="{{activityDisplayName}}">

image

What are you setting activityDisplayName to?

To use HTML in your header you need to use ion-nav-title

Thanks it’s working.