Event BETTER loading grikon

This commit is contained in:
Max Lynch
2015-06-19 13:30:29 -05:00
parent a7f516f3f2
commit f2d5781bb3
2 changed files with 7 additions and 4 deletions

View File

@@ -49,10 +49,13 @@ ionic {
ion-loading-icon {
display: flex;
margin: auto;
i {
font-size: 128px;
color: #666666;
font-family: 'Ionicons';
&:before {
content: "\f44e";
}
font-size: 128px;
color: #666666;
}
ion-nav {

View File

@@ -36,7 +36,7 @@
<body>
<ionic module="{{MODULE}}">
<ion-loading-icon><i class="icon ion-ios-ionic-outline"></i></ion-loading-icon>
<ion-loading-icon></ion-loading-icon>
</ionic>
<!-- angular2 dependencies -->