Requested changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-25 07:26:35 +01:00
commit 7bd89009cb
1 changed files with 4 additions and 5 deletions

View File

@ -43,10 +43,9 @@
</vn-date-picker> </vn-date-picker>
<vn-date-picker <vn-date-picker
vn-one vn-one
label="Landed from" label="Landed to"
ng-model="$ctrl.landedFrom"> ng-model="$ctrl.landedTo">
</vn-date-picker> </vn-date-picker>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-date-picker <vn-date-picker
@ -56,8 +55,8 @@
</vn-date-picker> </vn-date-picker>
<vn-date-picker <vn-date-picker
vn-one vn-one
label="Landed to" label="Landed from"
ng-model="$ctrl.landedTo"> ng-model="$ctrl.landedFrom">
</vn-date-picker> </vn-date-picker>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>