I have this fiddle: http://jsfiddle.net/gY2JV/63/ How come the data is not showing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several things that should be changed:
Why do the mapping here when DocsVM does another mapping?
Template names need to be in quotation marks:
=>
This is not a valid binding:
=>
Another note: Why do you bind the event handler for the button using jQuery? Use knockout for that, for the sake of consistency.
http://jsfiddle.net/gY2JV/64/