I’m having issues getting the enable binding to work and I think the problem is due to the way I’m implementing the view models. Instead of creating view models as functions I’m name spacing them so i can dynamically build them up from interchangeable partial views.
See this fiddle for an example http://jsfiddle.net/tgriley1/4G6wj/2/
Any ideas?
Thanks, Tom
In your binding, you shouldn’t reference “vm” as part of the name.
I’ve updated your fiddle at http://jsfiddle.net/photo_tom/4G6wj/3/