Skip to content

Commit b93dc08

Browse files
committed
Update README.md
1 parent 3f45ce2 commit b93dc08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ AngularJS 1.3 IE8 builds
22
========================
33
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.
44

5-
###What you need
5+
### What you need
66

77
* [es5-shim](https://github.com/es-shims/es5-shim)
88
* [jQuery 1.*](http://jquery.com/download/)
99
* AngularJS 1.3.* build from this repo (some poly-fills are baked in and minor fixes to enable IE8 support)
1010

11-
###Example
11+
### Example
1212
```html
1313
<!DOCTYPE html>
1414
<html>
@@ -30,18 +30,18 @@ AngularJS 1.3 does not work with IE8. With these custom builds you get good IE8
3030

3131
### npm & bower
3232

33-
#####npm
33+
##### npm
3434

3535
npm install angularjs-ie8-build
3636

37-
#####bower
37+
##### bower
3838

3939
bower install angularjs-ie8-build
4040

4141
// bower install with local name "angular"
4242
bower install angular=angularjs-ie8-build
4343

44-
###Careful now
44+
### Careful now
4545
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.
4646
```javascript
4747
// no
@@ -55,7 +55,7 @@ promise['catch'](function(){});
5555

5656

5757

58-
###Source
58+
### Source
5959
The source is maintained here:
6060
https://github.com/fergaldoyle/angular.js/tree/ie8-compat
6161

0 commit comments

Comments
 (0)