parseAsJs(expression);
Shorthand method. $sce.parseAsJs(value) â $sce.parseAs($sce.JS, 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.