mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* remove console log from components * remove console log from demo shell * fix visibility issue * fix error template * remove console.log from spec * fix tests * fix test
9 lines
413 B
HTML
9 lines
413 B
HTML
<adf-form-list [forms]="formList" (row-dblclick)="onRowDblClick($event)">
|
|
</adf-form-list>
|
|
<div class="form-container" *ngIf="!isEmptyForm()">
|
|
<adf-form [form]="form" [data]="restoredData">
|
|
</adf-form>
|
|
</div>
|
|
<button md-button (click)="store()" color="primary">{{'FORM-LIST.STORE' | translate }}</button>
|
|
<button md-button (click)="restore()" color="primary">{{'FORM-LIST.RESTORE' | translate }}</button>
|