Class: trustHtmlFilter filter:ngeoTrustHtml

ngeo.misc.module:filters.trustHtmlFilter

new trustHtmlFilter($sce)

A filter to mark a value as trusted HTML.

Usage:

If you use it, you don't require the "ngSanitize".

Parameters:
Name Type Description
$sce angular.$sce

Angular sce service.

Returns:
function(?):string

The filter function.