Using Knockout and Breeze with Cascading Dropdowns
问题 So I've been at this back and forth for quite a long time now, so I'll just get to the point. I am creating an application based on the HotTowel template, so I'm using knockout, breeze, Q etc. I'm using a breeze query to get some data from the server, and then I load that data into the first select (as options). This changes the selectedModel observable and the subscription triggers ( the subscription is the current "solution", I have used data-bind etc with the same results). The