File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ on IE v8.0 or earlier.
12
12
13
13
To make your angular application work on IE please make sure that:
14
14
15
- 1. you **do not** use custom element tags such as `<ng:view>` (use the attribute version `<div
15
+ 1. You provide JSON.stringify (via
16
+ [Douglas Crockford's JSON2 library](https://github.com/douglascrockford/JSON-js), or similar)
17
+ if the browser does not have it. IE7 and earlier will need this.
18
+
19
+ 2. you **do not** use custom element tags such as `<ng:view>` (use the attribute version `<div
16
20
ng-view>` instead), or
17
21
18
- 2 . if you **do use** custom element tags, then you must take these steps to make IE happy:
22
+ 3 . if you **do use** custom element tags, then you must take these steps to make IE happy:
19
23
20
24
<pre>
21
25
<html xmlns:ng="http://angularjs.org">
You can’t perform that action at this time.
0 commit comments