Show loading indicator only in loading state

pull/43/head
HardiReady 2018-07-17 11:40:18 +02:00
parent d72db1ed4f
commit 8029885b41
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@
</div>
</div>
<span class="load-indicator load-arrow glyphicon-refresh-animate"></span>
<span *ngIf="loading" class="load-indicator load-arrow glyphicon-refresh-animate"></span>
<button (click)="scrollToTop()" *ngIf="scrollTopVisible" id="scrollTopBtn" title="Zum Seitenanfang"></button>