Skip to content

Instantly share code, notes, and snippets.

@nicholas-johnson
Created March 3, 2016 21:12
Show Gist options
  • Save nicholas-johnson/867f1731ade70387b68e to your computer and use it in GitHub Desktop.
Save nicholas-johnson/867f1731ade70387b68e to your computer and use it in GitHub Desktop.
<!--
Scripts
<app>
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- 1. Load libraries -->
<!-- IE required polyfill -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/2.0.0-beta.3/angular2-polyfills.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/2.0.0-beta.3/Rx.umd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/2.0.0-beta.3/angular2-all.umd.js"></script>
<!-- 2. Load our 'modules' -->
<script src='app/app.js'></script>
</head>
<body>
<app></app>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment