Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix(examples): use es6 shim for safari 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 20, 2015
1 parent 4aa3bee commit 9e65de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = function (grunt) {
'./node_modules/angular2/bundles/angular2.dev.js',
'./node_modules/angular2/bundles/http.dev.js',
'./node_modules/highlightjs/highlight.pack.js',
'./node_modules/es6-shim/es6-*.js',
'./node_modules/highlightjs/styles/*.css',
'./node_modules/rxjs/bundles/Rx.js',
'./node_modules/angular2/typings/**/*'
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<demos-app layout="column" layout-align="start center"></demos-app>

<script src="node_modules/es6-shim/es6-shim.js"></script>
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="node_modules/rxjs/bundles/Rx.js"></script>
Expand Down

0 comments on commit 9e65de0

Please sign in to comment.