From 716b5fd3e24e11986ded2cc381b9fbb77971a1e2 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 13 Mar 2012 23:00:30 -0700 Subject: docs(*): fixing various docs --- docs/content/guide/dev_guide.bootstrap.ngdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/content/guide/dev_guide.bootstrap.ngdoc') diff --git a/docs/content/guide/dev_guide.bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.ngdoc index 6974ce49..0ee48cc2 100644 --- a/docs/content/guide/dev_guide.bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.ngdoc @@ -29,11 +29,11 @@ and manage the whole page. You do this as follows: -You need to declare the angular namespace declaration in the following cases: - -* For all types of browser if you are using XHTML. -* For Internet Explorer older than version 9 (because older versions of IE do not render namespace -properly for either HTML or XHTML). +You need to add the angular namespace declaration if you use `ng:something` style of declaring +angular directives and you write your templates as XHTML. Or when you are targeting Internet +Explorer older than version 9 (because older versions of IE do not render namespace +properly for either HTML or XHTML). For more info please read {@link ie Internet Explorer +Compatibility} doc. ## Creating Your Own Namespaces -- cgit v1.2.3