edvin
11/03/2016, 1:41 PMedvin
11/03/2016, 1:42 PMthomasnield
11/03/2016, 2:30 PMthomasnield
11/03/2016, 2:33 PMView
tethered to a specific Scope
, is there something I can hook onto for teardown operations? This may open up some new reactive patterns but I'll need to make some more features for CompositeObservable
thomasnield
11/03/2016, 2:33 PMedvin
11/03/2016, 2:36 PMscope.deregister()
call you can use for the teardown.thomasnield
11/03/2016, 2:41 PMthomasnield
11/03/2016, 3:02 PMRuckus
11/03/2016, 3:12 PMcarlw
11/03/2016, 3:24 PMcarlw
11/03/2016, 3:29 PMthomasnield
11/03/2016, 3:31 PMthomasnield
11/03/2016, 3:32 PMCompositeObservable
to be backed by a Subject
instead. Adding an Observable
source to it will yield a Subscription
, which you can call unsubscribe()
at any time to stop sending emissions. I think this will effectively decouple Observables and Subscribers throughout models, views, controllers, etc whatever your setup is, and allow removal at any time.thomasnield
11/03/2016, 3:32 PMthomasnield
11/03/2016, 3:34 PMcarlw
11/03/2016, 3:36 PMthomasnield
11/03/2016, 4:00 PMedvin
11/03/2016, 4:15 PMthomasnield
11/03/2016, 4:18 PMedvin
11/03/2016, 4:19 PMRuckus
11/03/2016, 5:16 PMjchildress
11/03/2016, 5:19 PMthomasnield
11/03/2016, 5:36 PMRuckus
11/03/2016, 6:02 PMvoddan
11/03/2016, 6:10 PMRuckus
11/03/2016, 6:11 PMRuckus
11/03/2016, 6:11 PMvoddan
11/03/2016, 6:12 PMListView
which displays nodes from an ObservableList with a cellFormat
. All good. But now I also need to know the indices of the elements in the list for cellFormat
to show the data.voddan
11/03/2016, 6:12 PM