ngsanitize の使用中。css を適用せずに html のみを表示します。
例: 上記の画像は出力である必要がありますが、ngsanitize を使用すると、テキストのみが表示されます
適切な css で要素を表示するために ngsanitize で追加できるもの。
<p ng-bind-html ="the text to be displayed(test video)"></p>
ngsanitize の使用中。css を適用せずに html のみを表示します。
例: 上記の画像は出力である必要がありますが、ngsanitize を使用すると、テキストのみが表示されます
適切な css で要素を表示するために ngsanitize で追加できるもの。
<p ng-bind-html ="the text to be displayed(test video)"></p>