From cb9c0f200af43bdd42e9c0d208031beb60fc3885 Mon Sep 17 00:00:00 2001 From: Craig Younkins Date: Thu, 9 Jan 2014 17:00:25 -0500 Subject: fix(docs): Clarifying versions of IE that need special fixes --- docs/content/guide/ie.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content') diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 8bf5f87d..334161cb 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -23,7 +23,7 @@ It is very unlikely that issues specific to IE7 or earlier will be given any tim To make your Angular application work on IE please make sure that: - 1. You polyfill JSON.stringify if necessary (IE7 will need this). You can use + 1. You polyfill JSON.stringify for IE7 and below. You can use [JSON2](https://github.com/douglascrockford/JSON-js) or [JSON3](http://bestiejs.github.com/json3/) polyfills for this.
@@ -51,7 +51,7 @@ To make your Angular application work on IE please make sure that:
   3. you **do not** use custom element tags such as `` (use the attribute version
      `
` instead), or - 4. if you **do use** custom element tags, then you must take these steps to make IE happy: + 4. if you **do use** custom element tags, then you must take these steps to make IE 8 and below happy:
        
        
-- 
cgit v1.2.3