AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

Multiple ViewModels: ViewModelName not passed to subcontext #49

Open martinobordin opened 10 years ago

martinobordin commented 10 years ago

Hello, when the view is bounded with multiple viewmodels the viewmodel name is not passed to subcontext (with, foreach) so the executeOnServer is perfomed passing the main viewModel, not the specific one.