You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@ AngularJS 1.3 IE8 builds
2
2
========================
3
3
AngularJS 1.3 does not work with IE8. With these custom builds you get good IE8 support. I can't guarantee that everything will work but anything I've tried works fine.
4
4
5
-
###What you need
5
+
###What you need
6
6
7
7
*[es5-shim](https://github.com/es-shims/es5-shim)
8
8
*[jQuery 1.*](http://jquery.com/download/)
9
9
* AngularJS 1.3.* build from this repo (some poly-fills are baked in and minor fixes to enable IE8 support)
10
10
11
-
###Example
11
+
###Example
12
12
```html
13
13
<!DOCTYPE html>
14
14
<html>
@@ -30,18 +30,18 @@ AngularJS 1.3 does not work with IE8. With these custom builds you get good IE8
30
30
31
31
### npm & bower
32
32
33
-
#####npm
33
+
#####npm
34
34
35
35
npm install angularjs-ie8-build
36
36
37
-
#####bower
37
+
#####bower
38
38
39
39
bower install angularjs-ie8-build
40
40
41
41
// bower install with local name "angular"
42
42
bower install angular=angularjs-ie8-build
43
43
44
-
###Careful now
44
+
###Careful now
45
45
When using `$q` promise methods `catch` or `finally` in IE8 use bracket notation instead of dot notation. Same goes for `$http``delete` method. IE8 does not like dot notation with these reserved words.
0 commit comments