ReactiveViewModel icon indicating copy to clipboard operation
ReactiveViewModel copied to clipboard

I'd like to know how to setup a ReactiveViewModel with multiple Models?

Open zzdjk6 opened this issue 9 years ago • 1 comments

It seems that ReactiveViewModel assume that a ViewModel only has 1 Model.

What if I want to bind a ViewModel to multiple Models?

zzdjk6 avatar Aug 17 '15 21:08 zzdjk6

I was able to get around this situation by creating an aggregated ViewModel.

mpurland avatar Nov 15 '15 01:11 mpurland