new trustHtmlFilter($sce)
A filter to mark a value as trusted HTML.
Usage:
Parameters:
| Name | Type | Description |
|---|---|---|
$sce |
angular.$sce | Angular sce service. |
Returns:
function(?):string
The filter function.