I am using ng-grid in my application using AngularJS framework. I am getting value for ng-grid using API . The API returns the result having plaintext as well as html tags. Inside ng-grid, I want to display only plain text.
Here is the
enter code here
Plunker
I have entered the values manually but in my case, it comes from API.
Any suggestions ? Thanks in advance.