You can inject HTML with ng-bind-Html-unsafe remove by using $sanitize provider and the ng-bind-htm-unsafe directive to allow my controller to inject HTML into a DIV.
You can use the below-mentioned code it will help:-
<div ng-bind-html-unsafe="{{
preview_data.preview.embed.html}}">
</div>