In my UI-grid column, I am trying to decode my string to HTML. I am working in UI-Grid Angular.
Here is my string "10-K ➤ EX-23.1" My output should be "10-K ➤ EX-23.1" but it shows string as it is. i have tried different solutions like using escape() and ['ngSanitize'] but these solutions didn't work at all in ui-grid.
Here is my Plunkr.