Hello,
I haven't been able to successfully use dependent observables as elements in an observable array, and I haven't been able to find any examples of this either. It seems basic, can anyone point me in the right direction?
Here is a simple js fiddle:
http://jsfiddle.net/jacksonmurtha/XnZNs/When updating the 'name' property of the child objects, I would expect the fullName property to update, but I'm obviously on the wrong track.
Thanks in advance for any help/examples
jxn