I am using AngularJS v1.7.9
In my database I have person name value stored as <i>FirstName</i> Last Name
When I use this value using interpolation as {{person.name}} I see it as <i>Alexandra</i> Golfi
Why AngularJS can not read the html tag? is there a way I can still display first name in italic style while storing first name and last name in the same data base column
Thank you
{{person.name | html}}