You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/ng/sce.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@ function $SceDelegateProvider() {
456
456
* ## What trusted context types are supported?<a name="contexts"></a>
457
457
*
458
458
* | Context | Notes |
459
-
* |=====================|================|
459
+
* |---------------------|----------------|
460
460
* | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. |
461
461
* | `$sce.CSS` | For CSS that's safe to source into the application. Currently unused. Feel free to use it in your own directives. |
462
462
* | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`<a href=` and `<img src=` sanitize their urls and don't consititute an SCE context. |
0 commit comments