Ionic ng-bind-html not parsing html from json data

when try to use ng-bind-html from an http request its not working

Do you have ngSanitize installed?

Robert

yes when adding the html content to a string its working fine but when calling $http its not working

@abdullahtahan Ok, you may need to share some code with us and show your $http call and the html.

Robert