Commit 4ce5ee7a authored by nanahira's avatar nanahira

missing ngmodel

parent 9936f9fb
环境:
<mat-form-field appearance='standard'>
<mat-select [formControl]='ygopro.serverForm'>
<mat-select [formControl]='ygopro.serverForm' [(ngModel)]='ygopro.currentServer'>
<mat-option *ngFor='let server of ygopro.selectableServers' [value]='server'>
{{server.name}}
</mat-option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment