a sloth, by any other name would be as slow

This commit is contained in:
Tim Lancina
2015-06-03 14:08:34 -05:00
parent 19a6c4b527
commit 7d15f6c606
5 changed files with 80 additions and 62 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
<link href="/css/ionic.css" rel="stylesheet">
<link href="/../../../../dist/css/ionic.css" rel="stylesheet">
<!--
<script src="/../../../node_modules/angular2/node_modules/zone.js/dist/zone.js"></script>
<script src="/../../../node_modules/reflect-metadata/Reflect.js"></script>
@ -32,7 +32,8 @@
<script src="/../../../../scripts/component/babel-external-helpers.js" type="text/javascript"></script><script src="/../../../../scripts/component/Reflect.js" type="text/javascript"></script>
<script src="/../../../../scripts/component/system.src.js"></script>
<script src="/../../../../config.js"></script>
<script src="/../../../../build.js"></script>
<script src="/../../../../dist/js/dependencies.js"></script>
<script src="/../../../../dist/js/ionic.bundle.js"></script>
<!-- <script src="../../../../bundle.js"></script> -->
<script type="text/javascript">System.import(window.location.pathname.substring(1) + 'index').then(function(m) { m.main(); }, console.error.bind(console))</script>
</body>