Description
Returns a trusted url. This is required if trying to use an angular expression in the media idea src attribute.Usage
In HTML Template Binding
{{ trusted_expression | trusted }}
In JavaScript
$filter('trusted')(url)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ trusted_expression | trusted }}
$filter('trusted')(url)
| Param | Type | Details |
|---|---|---|
| url | string | The url to return. |
Was this page helpful?