no message

This commit is contained in:
Diamantis Tziotzios 2017-12-21 11:46:11 +02:00
parent ddd25c4e84
commit 1ae1d7cc9f
5 changed files with 5 additions and 5 deletions

View File

@ -39,6 +39,6 @@
</div>
</mat-step>
</mat-horizontal-stepper>
<div *ngIf="formGroup"> {{ formGroup.value | json }}</div>
<!-- <div *ngIf="formGroup"> {{ formGroup.value | json }}</div> -->
</div>

View File

@ -76,7 +76,7 @@
</mat-paginator>
</mat-card>
<button mat-fab class="mat-fab-bottom-right" color="primary" [routerLink]=" ['./new'] ">
<button mat-fab class="mat-fab-bottom-right" color="primary" [routerLink]=" ['/dataset/new'] ">
<mat-icon class="mat-24">add</mat-icon>
</button>
</div>

View File

@ -101,5 +101,5 @@
</mat-card-content>
</mat-card>
</form>
<div *ngIf="formGroup"> {{ formGroup.value | json }}</div>
<!-- <div *ngIf="formGroup"> {{ formGroup.value | json }}</div> -->
</div>

View File

@ -76,5 +76,5 @@
</mat-card-content>
</mat-card>
</form>
<div *ngIf="formGroup"> {{ formGroup.value | json }}</div>
<!-- <div *ngIf="formGroup"> {{ formGroup.value | json }}</div> -->
</div>

View File

@ -91,7 +91,7 @@
"DESCRIPTION": "Description",
"ORGANISATIONS": "Organisations",
"RESEARCHERS": "Researchers",
"PROFILES": "Profiles"
"PROFILES": "Available Profiles"
},
"ACTIONS": {
"SAVE": "Save",