diff options
| author | Tobias Leugger - Vibes | 2014-02-12 13:36:01 +0100 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-20 17:16:48 -0500 | 
| commit | 84ad0a037c3316d9dbe1f893628c77fcbd19ec1b (patch) | |
| tree | 9127277f08feeaab968763c88471362760c81b01 /docs/content | |
| parent | 2a37690f709391d5bcd4186809046676100bd98f (diff) | |
| download | angular.js-84ad0a037c3316d9dbe1f893628c77fcbd19ec1b.tar.bz2 | |
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 #6227
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/ie.ngdoc | 2 | 
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> | 
