mirror of https://github.com/abpframework/abp.git
13 changed files with 53 additions and 47 deletions
@ -1,14 +1,14 @@ |
|||
@if (form) { |
|||
<form [formGroup]="form" (ngSubmit)="submit()" validateOnSubmit class="abp-md-form"> |
|||
<abp-extensible-form [selectedRecord]="selected"></abp-extensible-form> |
|||
|
|||
<form [formGroup]="form" (ngSubmit)="submit()" [validateOnSubmit]="true" class="abp-md-form"> |
|||
<abp-extensible-form [selectedRecord]="selected" /> |
|||
|
|||
<abp-button |
|||
buttonType="submit" |
|||
iconClass="fa fa-check" |
|||
buttonClass="btn btn-primary color-white" |
|||
[loading]="inProgress" |
|||
> |
|||
{{ 'AbpIdentity::Save' | abpLocalization }}</abp-button |
|||
[loading]="inProgress()" |
|||
> |
|||
{{ 'AbpIdentity::Save' | abpLocalization }} |
|||
</abp-button> |
|||
</form> |
|||
} |
|||
|
|||
Loading…
Reference in new issue