Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update factories.rst#3770
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update factories.rst#3770
Uh oh!
There was an error while loading.Please reload this page.
Conversation
your factory method should be static to work!
wouterj commentedApr 7, 2014
Indeed, the method needs to be static when setting the factoryclass and it can be non-static when setting a factoryservice |
weaverryan commentedApr 12, 2014
No, it's not quite right yet, unfortunately. If you look at line 80:
So, we're using this one example to explain both
@AlaaAttya Can you make this change please? :) Thanks! |
AlaaAttya commentedApr 13, 2014
@weaverryan done :) |
weaverryan commentedMay 2, 2014
Awesome, thanks so much@AlaaAttya! |
your factory method should be static to work!