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