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