chore(): remove loading icon

This commit is contained in:
Adam Bradley
2016-06-17 20:55:17 -05:00
parent 1986710537
commit 321c6d92ae
2 changed files with 0 additions and 36 deletions

View File

@ -115,7 +115,6 @@
<body>
<ion-app>
<ion-loading-icon></ion-loading-icon>
</ion-app>
<script>
@ -124,8 +123,6 @@
} else {
document.body.classList.remove('rtl');
}
System.import('index.js').then(function(m) {}, console.error.bind(console));
</script>