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
Since msie is now set to document.documentMode, it's not necessary to keep
the documentMode in a separate property.
Also, msie is a variable global to Angular source so there's no need to
replicate it in $sniffer.
Closesangulargh-9496
Copy file name to clipboardExpand all lines: docs/content/error/$sce/iequirks.ngdoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
@ngdoc error
2
2
@name $sce:iequirks
3
-
@fullName IE8 in quirks mode is unsupported
3
+
@fullName IE<11 in quirks mode is unsupported
4
4
@description
5
5
6
-
This error occurs when you are using AngularJS with {@link ng.$sce Strict Contextual Escaping (SCE)} mode enabled (the default) on IE8 or lower in quirks mode.
6
+
This error occurs when you are using AngularJS with {@link ng.$sce Strict Contextual Escaping (SCE)} mode enabled (the default) on IE10 or lower in quirks mode.
7
7
8
-
In this mode, IE8 allows one to execute arbitrary javascript by the use of the `expression()` syntax and is not supported.
8
+
In this mode, IE<11 allow one to execute arbitrary javascript by the use of the `expression()` syntax and is not supported.
0 commit comments