Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 7f9a94f commit 65957e9Copy full SHA for 65957e9
src/auto/injector.js
@@ -254,7 +254,7 @@ function annotate(fn) {
254
* @description
255
*
256
* Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance.
257
- * The providers share the same name as the instance they create with the `Provider` suffixed to them.
+ * The providers share the same name as the instance they create with `Provider` suffixed to them.
258
259
* A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of
260
* a service. The Provider can have additional methods which would allow for configuration of the provider.
0 commit comments