File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/docs/directive Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: >
66
77### Description
88
9- The ` ng-inject ` directive injects registerred injectables (services, factories,
9+ The ` ng-inject ` directive injects registered injectables (services, factories,
1010etc.) into the current scope for direct access within templates or expressions.
1111This allows access to application state without having to create intermediary
1212controllers.
@@ -24,8 +24,6 @@ under its corresponding name.
2424
2525- ** Type:** ` string `
2626- ** Restrict:** ` A `
27- - ** Element:** ANY
28- - ** Priority:** ` 0 `
2927- ** Description:**
3028 A semicolon-separated list of injectable' names to attach to current scope.
3129- ** Example:**
@@ -41,3 +39,5 @@ under its corresponding name.
4139{{< showhtml src="examples/ng-inject/ng-inject.html" >}}
4240
4341{{< showraw src="examples/ng-inject/ng-inject.html" >}}
42+
43+ ---
You can’t perform that action at this time.
0 commit comments