Here is the jsfiddle code:
http://jsfiddle.net/8vQrA/
I want to change a property in View #1 from View #2. When Section 2 is initialized, Section 1 is passed as a reference and I change the property of that there but it doesn’t change in the html.
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.
Your property on view 1 is nested in the
section1object and is an observable, so you would need to set it like:Fiddle: http://jsfiddle.net/rniemeyer/8vQrA/1/