-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Uncaught TypeError: Cannot read property '_serverData' of undefined #93
Comments
This bug exsists because the
Both atemps have the disadvantage that we would need to implement a wrapper function for lodash/underscore once we remove jsvalue. What do you think ? Btw. the |
Can you explain a little more? When and with what If the above is not possible I like the second idea more because not only fixes the problem but provides new functionality. Regarding the modifications there are two ways:
|
In the example linked above, we have nested model that get's called with an exsisting instance of an other model (in the example it's the When thinking about that we could also implement a check in the Model constructor if a passed argument is a Model instance and than handle it some other way. Regarding access to the repository, I would love to get access. |
Perfect. I understand the problem now. I will give you access to the repository. I will do it tomorrow. Happy to see you are interested. :) |
I invited you. You could try and run the project. If you have any difficulties running it let me know there. |
in blocks.clone as discussed in astoilkov/jsblocks#93.
Awesome! Thank you! |
'Fixed' clone implementation for Model (now returns a Model with all protoypes properties not only all App.Properties). Model constructor now clones 'prototype' and 'dataItem' otherwise obervables in nested models won't be cloned. Fixes astoilkov#93
http://plnkr.co/edit/4UgROWV8wHbqozP7IdRy?p=preview
The text was updated successfully, but these errors were encountered: