Skip to content

Commit

Permalink
chore: Fixed the demo app to run on IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Jul 11, 2016
1 parent a6a73cf commit af50029
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "zone.js";
import "reflect-metadata";
import "es6-shim";

import {bootstrap} from "@angular/platform-browser-dynamic";
import {provide} from "@angular/core";
Expand Down
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ System.config({
"clean-css": "npm:[email protected]",
"crypto": "github:jspm/[email protected]",
"css": "github:systemjs/[email protected]",
"es6-shim": "github:es-shims/[email protected]",
"jquery": "npm:[email protected]",
"materialize": "npm:[email protected]",
"reflect-metadata": "npm:[email protected]",
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"clean-css": "npm:clean-css@^3.4.9",
"crypto": "github:jspm/nodelibs-crypto@^0.1.0",
"css": "github:systemjs/plugin-css@^0.1.20",
"es6-shim": "github:es-shims/es6-shim@^0.35.1",
"jquery": "npm:jquery@^2.2.1",
"materialize": "npm:materialize-css@^0.97.5",
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
Expand Down

0 comments on commit af50029

Please sign in to comment.