Skip to content

Commit

Permalink
fix(loading): center loading on replace mode (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 authored Feb 27, 2017
1 parent 98a5a19 commit 3e40f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/core/loading/loading.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="td-loading-wrapper" [style.min-height]="getHeight()" [class.td-overlay]="isOverlay() || isFullScreen()" [class.td-fullscreen]="isFullScreen()">
<div [@tdFadeInOut]="animation"
(@tdFadeInOut.done)="animationComplete($event)"
[style.min-height]="getHeight()"
class="td-loading"
layout="row"
layout-align="center center"
Expand Down

0 comments on commit 3e40f4b

Please sign in to comment.