aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/bootstrap.ngdoc
diff options
context:
space:
mode:
authorBrian Campbell2013-04-10 18:46:57 -0600
committerVojta Jina2013-04-11 13:00:41 -0700
commit13000c7350248bad01dd419ba7135f837a916d3d (patch)
treed8044bc919351af2affde24fe433a192f683915a /docs/content/guide/bootstrap.ngdoc
parentfd2649fc656544d5314f45edde9f7925a850bc91 (diff)
downloadangular.js-13000c7350248bad01dd419ba7135f837a916d3d.tar.bz2
docs(guide): updates for legacy IE7 support
- note re: id="ng-app" to bootstrap/IE partials - added doctype/xmlns to markup - add cond comment re: json2/3 to markup
Diffstat (limited to 'docs/content/guide/bootstrap.ngdoc')
-rw-r--r--docs/content/guide/bootstrap.ngdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc
index 3be24bb5..f72945d1 100644
--- a/docs/content/guide/bootstrap.ngdoc
+++ b/docs/content/guide/bootstrap.ngdoc
@@ -38,6 +38,10 @@ initialization.
<html ng-app>
+ * If IE7 support is required add `id="ng-app"`
+
+ <html ng-app id="ng-app">
+
* If you choose to use the old style directive syntax `ng:` then include xml-namespace in `html`
to make IE happy. (This is here for historical reasons, and we no longer recommend use of
`ng:`.)