Skip to content
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

Rename wireView or provide an alias #77

Merged
merged 1 commit into from
Oct 1, 2014
Merged

Conversation

creynders
Copy link
Contributor

I encountered a situation (once again) where I'm wiring something else than a view with wireView since I need it to be injected as a class instead of an instance. In this case a model in a collection.

The collection handles instantiation, but I need the models to receive dependency injections. It's a bit of a rare case, since normally my models don't have any dependencies, but this is an aggregate model, i.e. it manages a number of other models (and collections)

@geekdave I think the easiest will be to provide an alias, something like wireFactory? If at some point in time we need to differentiate between wireFactory and wireView that won't be a problem.

@creynders creynders mentioned this pull request Oct 1, 2014
16 tasks
creynders added a commit that referenced this pull request Oct 1, 2014
@creynders creynders merged commit 2d2e804 into GeppettoJS:patch Oct 1, 2014
@creynders creynders mentioned this pull request Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant