I get an error (`Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: notify` when I do something like this: ``` app.config( function(notify) { }) ``` How can I inject the notify service in the config?