Added traceur runtime script to the TS code in the step-by-step guide

This commit is contained in:
Sam Verschueren 2015-06-04 13:02:10 +02:00 committed by Alex Eagle
parent 45d136e327
commit 699b112715
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js"></script>
<script src="https://jspm.io/system@0.16.js"></script>
<script src="https://code.angularjs.org/2.0.0-alpha.26/angular2.dev.js"></script>
</head>