separate in two vn-horizontal
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2021-11-15 10:16:23 +01:00
parent c1a7f1eb9e
commit df7980f2f9
1 changed files with 7 additions and 5 deletions

View File

@ -26,11 +26,6 @@
</vn-autocomplete> </vn-autocomplete>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-textfield
label="Business name"
ng-model="$ctrl.client.socialName"
rule>
</vn-textfield>
<vn-autocomplete <vn-autocomplete
vn-id="businessTypeFk" vn-id="businessTypeFk"
ng-model="$ctrl.client.businessTypeFk" ng-model="$ctrl.client.businessTypeFk"
@ -46,6 +41,13 @@
rule> rule>
</vn-textfield> </vn-textfield>
</vn-horizontal> </vn-horizontal>
<vn-horizontal>
<vn-textfield
label="Business name"
ng-model="$ctrl.client.socialName"
rule>
</vn-textfield>
</vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-textfield <vn-textfield
vn-two vn-two