Skip to content

Commit

Permalink
Merge pull request #284 from jelbourn/missing-polyfill
Browse files Browse the repository at this point in the history
fix(demo): add missing polyfill and up ng version
  • Loading branch information
jelbourn authored and hansl committed Apr 8, 2016
1 parent ad26ec4 commit 0a36789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"node": ">= 4.2.1 < 5"
},
"dependencies": {
"angular2": "2.0.0-beta.12",
"angular2": "2.0.0-beta.13",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.4",
"systemjs": "0.19.20",
"zone.js": "0.6.6"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Material2</title>
<base href="/">
<script src="vendor/es6-shim/es6-shim.js"></script>
<script src="vendor/systemjs/dist/system-polyfills.js"></script>
<script src="vendor/angular2/bundles/angular2-polyfills.js"></script>
{{content-for 'head'}}
Expand Down

0 comments on commit 0a36789

Please # to comment.