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