From f24cf4b58f3c2e56df188738356b21e6c898ff0c Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Wed, 10 Apr 2013 18:46:57 -0600 Subject: 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 --- docs/content/guide/bootstrap.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/content/guide/bootstrap.ngdoc') diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index f1a46517..3983f7b5 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -38,6 +38,10 @@ initialization. + * If IE7 support is required add `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:`.) -- cgit v1.2.3