From 33e1bdc543bcb7875dcc004d487333393670ed2d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sun, 16 Feb 2014 22:02:31 +0000 Subject: chore(errors): rename folders to match namespaces --- docs/content/error/$sce/iequirks.ngdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/content/error/$sce/iequirks.ngdoc (limited to 'docs/content/error/$sce/iequirks.ngdoc') diff --git a/docs/content/error/$sce/iequirks.ngdoc b/docs/content/error/$sce/iequirks.ngdoc new file mode 100644 index 00000000..08afbf66 --- /dev/null +++ b/docs/content/error/$sce/iequirks.ngdoc @@ -0,0 +1,17 @@ +@ngdoc error +@name $sce:iequirks +@fullName IE8 in quirks mode is unsupported +@description + +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. + +In this mode, IE8 allows one to execute arbitrary javascript by the use of the `expression()` syntax and is not supported. +Refer +[MSDN Blogs > IEBlog > Ending Expressions](http://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx) +to learn more about them. + +To resolve this error please specify the proper doctype at the top of your main html document: + +``` + +``` -- cgit v1.2.3