parseAsHtml(expression);
Shorthand method. $sce.parseAsHtml(expression string) â $sce.parseAs($sce.HTML, value)
Parameters
| Param | Type | Details |
|---|---|---|
| expression | string | String expression to compile. |
Returns
function(context, locals) |
a function which represents the compiled expression:
|
Please login to continue.