7430_devToTest #2490

Merged
alexm merged 306 commits from 7430_devToTest into test 2024-05-21 09:15:04 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 5a375ebfda - Show all commits

View File

@ -77,7 +77,7 @@
</vn-textfield>
<vn-autocomplete
label="Locker"
ng-model="$ctrl.worker.locker"
ng-model="$ctrl.locker"
data="chooseLocker">
</vn-autocomplete>
</vn-horizontal>

View File

@ -15,8 +15,7 @@ class Controller extends Section {
}
chooseLocker() {
const workerGender = this.worker.sex;
console.log(workerGender);
//
}
}