diff options
| author | Brian Campbell | 2013-04-10 18:46:57 -0600 | 
|---|---|---|
| committer | Vojta Jina | 2013-04-11 13:00:10 -0700 | 
| commit | f24cf4b58f3c2e56df188738356b21e6c898ff0c (patch) | |
| tree | 8c7c1227a0c4b4ae7595ac465f85195e992bf900 /docs/content/guide/bootstrap.ngdoc | |
| parent | a752e5763e52d3a220b70f3268a1f55134f53134 (diff) | |
| download | angular.js-f24cf4b58f3c2e56df188738356b21e6c898ff0c.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.ngdoc | 4 | 
1 files changed, 4 insertions, 0 deletions
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.          <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:`.)  | 
