If you put a ViewModel in Scope (and you should) y...
# tornadofx
e
If you put a ViewModel in Scope (and you should) you can access it with
scope.model
. Maybe we should add a typed subclass of Scope called
ModelScope
?