aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.bootstrap.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2012-03-13 23:00:30 -0700
committerIgor Minar2012-03-13 23:17:43 -0700
commit716b5fd3e24e11986ded2cc381b9fbb77971a1e2 (patch)
treeca7964496a3a021a2745d8a13a673791d9602719 /docs/content/guide/dev_guide.bootstrap.ngdoc
parent8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b (diff)
downloadangular.js-716b5fd3e24e11986ded2cc381b9fbb77971a1e2.tar.bz2
docs(*): fixing various docs
Diffstat (limited to 'docs/content/guide/dev_guide.bootstrap.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.bootstrap.ngdoc10
1 files changed, 5 insertions, 5 deletions
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:
<html xmlns:ng="http://angularjs.org">
-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