Hello Michael,
on page 88 of version B4.0 the name viewModel is used in this line:
this.viewModel = pickPlayersViewModel
In the previous code examples this xml data binding variable had a different name “vm”.
I think the line should be:
this.vm = pickPlayersViewModel
Am i correct?
Best regards
Keno Basedow