diff options
| author | Matt Rohrer | 2012-09-26 15:30:55 +0200 |
|---|---|---|
| committer | Brian Ford | 2013-01-17 19:10:46 -0500 |
| commit | 93070f14885801de7e264b04fdf4cb54b7dc7d9b (patch) | |
| tree | 9a96a5e4c8ea0e18dc775c2b92bc148c57c00a87 /docs/content/guide/ie.ngdoc | |
| parent | 3c8583e5dd10ff356ac473f53e920fb10eb41571 (diff) | |
| download | angular.js-93070f14885801de7e264b04fdf4cb54b7dc7d9b.tar.bz2 | |
docs(guide): minor grammar fixes
Diffstat (limited to 'docs/content/guide/ie.ngdoc')
| -rw-r--r-- | docs/content/guide/ie.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index e6185a78..0fc2b065 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -5,12 +5,12 @@ # Overview This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML -attributes and tags. Read this document if you are planning on deploying your angular application +attributes and tags. Read this document if you are planning on deploying your Angular application on IE v8.0 or earlier. # Short Version -To make your angular application work on IE please make sure that: +To make your Angular application work on IE please make sure that: 1. You polyfill JSON.stringify if necessary (IE7 will need this). You can use [JSON2](https://github.com/douglascrockford/JSON-js) or |
