I'm trying to use the new binding conventions in knockout to load data from a table row into a dialog without success.
I've tried to follow Steve Sanderson's reference implementation as closely as possible but it's not loading the data in the dialog.
I'm wondering if I have set observable on the property at the correct point. Should I set it observable in the appViewModel definition or when I assign the value to the property. Or is there something else I'm missing.
Here's a JSFiddle of my code.