aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/ie.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc
index db88cf42..414c058e 100644
--- a/docs/content/guide/ie.ngdoc
+++ b/docs/content/guide/ie.ngdoc
@@ -31,7 +31,7 @@ To make your Angular application work on IE please make sure that:
<!doctype html>
<html xmlns:ng="http://angularjs.org">
<head>
- <!--[if lte IE 8]>
+ <!--[if lte IE 7]>
<script src="/path/to/json2.js"></script>
<![endif]-->
</head>