-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Components after ViewModel instantiation #157
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
Comments
Hmm yeah I should mention it. Basically instantiation = compilation, so all assets need to have been registered beforehand. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is it that components added in after a ViewModel has been instantiated are not visible / registered?
http://jsfiddle.net/LHK46/
I did find anything in the docs where it explicitly mentions you need to have your components added before you create a ViewModel. Not a big deal to me at all but it might save someone some frustration down the road.
The text was updated successfully, but these errors were encountered: