summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-03-07 15:43:32 +0530
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-03-07 15:43:32 +0530
commit3a5ecdcf6129611e1f8a016bd4e5260c1096af88 (patch)
treedc1cb3f24ae8d4c097808b506dfd1ca2ceab95c8 /cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
parentab1ed5de2918c7f199433e3853b1a19b673ba24b (diff)
Upload file
Change-Id: Icaab7e8800fac9a82ebe38709aacc550da9f43fa Issue-ID: CCSDK-808 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
index c488dfdd7..8ace910b1 100644
--- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
+++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
@@ -34,10 +34,10 @@
</mat-step>
<mat-step [stepControl]="step2FormGroup">
<ng-template matStepLabel>Browse or Search Resources</ng-template>
- <app-upload-resource (change)="fileChange(fileupload.files)"></app-upload-resource><br><br>
+ <app-upload-resource (fileData)=upload($event)></app-upload-resource><br><br>
<app-existing-model></app-existing-model>
<div>
- <button mat-button matStepperNext class="matStepNextBtn">Upload</button>
+ <button mat-button matStepperNext (click)="updateResourcesState()" class="matStepNextBtn">Upload</button>
</div>
</mat-step>
</mat-vertical-stepper>