Skip to content

Commit 84ad0a0

Browse files
toebucaitp
authored andcommitted
docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 and lower
Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes angular#6227
1 parent 2a37690 commit 84ad0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/ie.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To make your Angular application work on IE please make sure that:
3131
<!doctype html>
3232
<html xmlns:ng="http://angularjs.org">
3333
<head>
34-
<!--[if lte IE 8]>
34+
<!--[if lte IE 7]>
3535
<script src="/path/to/json2.js"></script>
3636
<![endif]-->
3737
</head>

0 commit comments

Comments
 (0)