Skip to content

Commit 0a36789

Browse files
jelbournhansl
authored andcommitted
Merge pull request #284 from jelbourn/missing-polyfill
fix(demo): add missing polyfill and up ng version
1 parent ad26ec4 commit 0a36789

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"node": ">= 4.2.1 < 5"
2626
},
2727
"dependencies": {
28-
"angular2": "2.0.0-beta.12",
28+
"angular2": "2.0.0-beta.13",
2929
"es6-promise": "^3.0.2",
3030
"es6-shim": "^0.35.0",
3131
"reflect-metadata": "0.1.2",
3232
"rxjs": "5.0.0-beta.2",
33-
"systemjs": "0.19.4",
33+
"systemjs": "0.19.20",
3434
"zone.js": "0.6.6"
3535
},
3636
"devDependencies": {

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>Material2</title>
66
<base href="/">
7+
<script src="vendor/es6-shim/es6-shim.js"></script>
78
<script src="vendor/systemjs/dist/system-polyfills.js"></script>
89
<script src="vendor/angular2/bundles/angular2-polyfills.js"></script>
910
{{content-for 'head'}}

0 commit comments

Comments
 (0)