Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f2caa0e

Browse files
authored
docs(docs): update dependency injection
1 parent 6c0f965 commit f2caa0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/guide/di.ngdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ and providing them to other components as requested.
1414

1515
## Using Dependency Injection
1616

17-
Dependency Injection is pervasive throughout AngularJS. You can use it when defining components
17+
Dependency Injection is pervasive throughout AngularJS.
18+
You can use it when defining components
1819
or when providing `run` and `config` blocks for a module.
1920

2021
- {@link angular.Module#service Services}, {@link angular.Module#directive directives},

0 commit comments

Comments
 (0)