thomasnield
07/04/2016, 5:24 PMMyViewOne
publishes an Observable
of events
from its button clicks, but it also subscribes to MyViewTwo
which conversely subscribes to MyViewOne
. I've had to compromise the design to be non-reactive, and I'm not sure how to get the assignments out of the init
blocks or if that would even solve the problem...