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

[BREAKING] change: Update service initializer and delete deprecated #84

Merged
merged 2 commits into from
Aug 23, 2016

Conversation

AmilKey
Copy link
Contributor

@AmilKey AmilKey commented May 6, 2016

fixes #80 #60

add support for Ember.inject.service for a new Ember's versions

If you need access to notification-messages service, inject it as a service:

export default Ember.Controller.extend({
  notifications: Ember.inject.service('notification-messages'),
});

@AmilKey
Copy link
Contributor Author

AmilKey commented May 8, 2016

@ynnoj restart tests, plz

@ynnoj
Copy link
Contributor

ynnoj commented May 9, 2016

@mansona Mind taking a look at this?

@maschwenk
Copy link

Any chance this will be merged soon?

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.

use in component integration tests
4 participants