I have been experimenting with the Hot Towel SPA and was successful in getting a view model and view to work using the ko.observables. The results from a call to the Breeze executeQuery are loaded into the observable using myObservable(data.results) and I see the results in the view.
Having read about the upcoming changes to Durandal I thought I would try to use the observables plugin. My problem is that the Breeze results are no longer showing up in my view. I've read the 'Binding Plain Javascript Objects' documentation in Durandal but this doesn't help me with Breeze and the 'Upgrading to Durandal 2.0' by John Papa also does not elaborate.
How do you get the results from a Breeze EntityQuery into the observable when using observable plugin?
Can someone point me in the right direction?