ember-cli-notifications icon indicating copy to clipboard operation
ember-cli-notifications copied to clipboard

Mistake in interactive documentation page

Open turbcool opened this issue 5 years ago • 1 comments

There is a mistake in code on the interactive documentation page.

application.inject(injectionTarget, 'notifications', 'notification-messages:service')

'notification-messages:service' should be 'service:notifications'

turbcool avatar Sep 04 '20 07:09 turbcool

Ha, just saw this (after mentioning in #311), but you are right. In fact, now in Ember 4.x injecting like that no longer works, so I've suggested removing this part of the docs in #339

jacobq avatar May 26 '22 20:05 jacobq