-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about Knockout Mapping #208
Comments
Why |
https://jsfiddle.net/Richard_Liu/pauzy5wL/ Why error occurs in the 3rd case? |
The bold part is wrong! Shouldn't it be 'When converting your JS object to view model'? |
Why doesn't knockout work in this way: if |
How to only observe property I've to use the following mapping?
|
http://jsfiddle.net/Richard_Liu/vfptk976/
|
https://jsfiddle.net/Richard_Liu/goycbmt9/
So the initial type (observable or observableArray) of view model matters? I know the right way is to use |
Hi there? |
@lzl124631x using options by the way m1 should get observe. |
Do you mean that, in my latest question, |
knockout/knockout#1895
The text was updated successfully, but these errors were encountered: