I am using textangular directive for angular text editor I have a string in database as:
State of Ticket: #TicketState
<br> <br/>
Ticket Url: <#LinkTextStart>Click</#LinkTextEnd>
<br> <br/>
I want this value to be displayed in text editor
<text-angular ng-bind-htm="html" ></text-angular>
when I use ng-bind-html it ignores </#LinkTextEnd> and displays all the remaning string without text editor
and when I use ng-model then it opens empty text editor
my requirement is to show Ticket Url: <#LinkTextStart>Click</#LinkTextEnd> inside text editor
text-angular? is it a component?<br>tags and convert them into newlines, but not the<#LinkTextStart>Click</#LinkTextEnd>part is it ?