I am busy making an app in Ionic and I am running into a problem with a JSON string that contains HTML.. The JSON is getting pulled off a Joomla site and seems to be retaining the HTML tags and special chars.. The string looks like this: "<div>Apple aims to have its smart watch on wrists in China
I looked around and found that I should use ng-bind-html but that only outputs the actual tags as strings like this: <div>Apple aims to have its smart watch on wrists in China
Is there any way to either get rid of the HTML altogether or to escape it maybe?