changeset 434:0991af5c6eb2

Disable remote load button whilst loading
author Lucas Thompson <dev@lucas.im>
date Wed, 07 Jun 2017 15:30:15 +0100
parents 48904aa87ba3
children a1562ee60ed4
files src/app/feature-extraction-menu/feature-extraction-menu.component.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/feature-extraction-menu/feature-extraction-menu.component.html	Wed Jun 07 14:51:30 2017 +0100
+++ b/src/app/feature-extraction-menu/feature-extraction-menu.component.html	Wed Jun 07 15:30:15 2017 +0100
@@ -23,5 +23,6 @@
   <button
     md-button
     (click)="load()"
+    [disabled]="isLoading"
   ><md-icon>cloud_download</md-icon> Load more</button>
 </div>