remove init.js, users must explicitly call System.import

This commit is contained in:
Tim Lancina
2015-08-06 13:26:35 -05:00
parent 64e6fb3d5f
commit 9cf986eefc
3 changed files with 3 additions and 21 deletions

View File

@ -35,7 +35,7 @@
</head>
<body>
<ion-app module="{{MODULE}}">
<ion-app>
<ion-loading-icon></ion-loading-icon>
</ion-app>
@ -55,6 +55,7 @@
<!-- web animations polyfill for non-chrome browsers -->
<script src="../../../lib/web-animations.min.js"></script>
<script>System.import("{{MODULE}}");</script>
</body>
</html>