diff options
| author | Brian Campbell | 2013-04-10 18:46:57 -0600 | 
|---|---|---|
| committer | Vojta Jina | 2013-04-11 13:00:41 -0700 | 
| commit | 13000c7350248bad01dd419ba7135f837a916d3d (patch) | |
| tree | d8044bc919351af2affde24fe433a192f683915a /docs/content/guide/bootstrap.ngdoc | |
| parent | fd2649fc656544d5314f45edde9f7925a850bc91 (diff) | |
| download | angular.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.ngdoc | 4 | 
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:`.)  | 
