From 536de148214290f0b4a0595fa16c00da5e527e79 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 19 Jul 2012 10:50:36 -0700 Subject: fix(docs): added note about needing JSON shim for IE7 and earlier --- docs/content/guide/ie.ngdoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index f9622180..f2044e77 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -12,10 +12,14 @@ on IE v8.0 or earlier. To make your angular application work on IE please make sure that: - 1. you **do not** use custom element tags such as `` (use the attribute version `
` (use the attribute version `
` instead), or - 2. if you **do use** custom element tags, then you must take these steps to make IE happy: + 3. if you **do use** custom element tags, then you must take these steps to make IE happy:
   
-- 
cgit v1.2.3