We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I get an error (Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: notify when I do something like this:
Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: notify
app.config( function(notify) { })
How can I inject the notify service in the config?