We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Revert 7deef1a81f655b94608ff5cf4072d59ccc94a817...f69c8f7946e7fddc08fca94945fc11628247e651 on Understanding Dependency Injection
Created Understanding Dependency Injection (markdown)
Updated Understanding Dependency Injection (markdown)
Add `service` example codes for `$provide` section
Shortcut `provider` => `service`
exposes the $provider methods => exposes the $provide methods
those service => those services
in two-phases => in two phases
Its worth noting => It's worth noting
Replaced "app" by "myMod" to make it consistent with the rest of examples.
fix link to $provide service
Simplify the fact that controllers can't be injected
Updated link to $provide service documentation
Adapt changes from upstream (SO)
Grammatical error fix
Add missing `$`
fixed typo
Minor edits and formatting