How to bind a Knockout js model to a wizard style UI
I am using Knockout js. I have a view model that contains an array of objects and I want to allow the user to edit one of the objects using a wizard style interface. The issue I have is the wizard will show different steps depending on what choices are made . For instance: If the user selects 'Yes' on step 1 then I display step 2a If the user selects 'No' on step 1 then I display step 2b (ie. a different dialog form) This goes on so that the paths through the wizard are not linear. My question is do I bind all the possible wizard UI steps to the view model at start up even though some steps