tech(systemjs): most things work

This commit is contained in:
Torkel Ödegaard
2015-12-18 10:28:00 +01:00
parent d34ba416a6
commit 0dd7fb7361
15 changed files with 24 additions and 9 deletions

View File

@@ -69,7 +69,7 @@
<script>
System.import('app/app').then(function(app) {
app.default.init();
app.init();
}).catch(function(err) {
console.log('Loading app module failed: ', err);
});