Getting data with format preserving from HTML field in serivce portal?

dvp
Mega Sage
Mega Sage

Hello all,

I was wondering if there is way to preserve the format in HTML field and display it in service portal page

Thanks for your help!!!

1 ACCEPTED SOLUTION

I figured it. We just need to use ng-html angular directory.


View solution in original post

8 REPLIES 8

I figured it. We just need to use ng-html angular directory.


SRJ
Tera Contributor

HI ,



Could you please suggest how to add the code here to bring html (Description field from catalog item ) in the portal..



find_real_file.png



thanks


Janani


<div ng-bind-html="item.description"></div>


SRJ
Tera Contributor

Great,thank so much , its working