-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
It is not an issue, but the documentation needs correction. When you inject the service the name in docs is wrong. service:notification-messages should be service:notification-messages-service #182
Comments
Strange... doing |
That is interesting, because after upgrading to the new ember-cli, I need replace
this issue is related only in tests. In develop I can normally use this injected service in both names. Ember CLI: 2.17.1 Thanks for information in this issue, it saved a lot of time :) |
I could confirm this behavior. Only Nevertheless ember-source: 2.16.2 |
Getting problems using both versions of service name. If I inject as:
I get
then the notifications don't display. So for now, the most reliable way for me is to use an application initializer:
Later you inject it as |
This whole thing is solved in #251 (comment) 🎉 If anyone here was still having an issue they can try out the new version before it is released 👍 thanks for the report |
No description provided.
The text was updated successfully, but these errors were encountered: