Render HTML in Service Portal Comments widget

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 11:28 AM
I would like to modify the OOB comments widget on the ticket page to either:
- Display URLs in comments as links
or
- Render HTML in each comments box.
I see that the value of the comments is already bound to this element, so I'm stumped as to how to make it actually render HTML.
<p ng-if="::(e.element != 'attachment')" ng-bind-html="::e.value"></p>
If anyone has any experience with this, please let me know what I might be missing here.
Thanks,
Todd
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 05:44 AM
Thanks, it works like a charm 🙂