Skip to content

Commit e43a79d

Browse files
committed
Doc fixes
1 parent b752b75 commit e43a79d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/docs/directive/inject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,
1010
etc.) into the current scope for direct access within templates or expressions.
1111
This allows access to application state without having to create intermediary
1212
controllers.
@@ -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+
---

0 commit comments

Comments
 (0)