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

Commit d9dbc6a

Browse files
tomazyvojtajina
tomazy
authored andcommitted
docs(guide): remove duplicated require section
1 parent d6fdd31 commit d9dbc6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/content/guide/directive.ngdoc

-4
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ compiler}. The attributes are:
404404
* `controllerAs` - Controller alias at the directive scope. An alias for the controller so it
405405
can be referenced at the directive template. The directive needs to define a scope for this
406406
configuration to be used. Useful in the case when directive is used as component.
407-
408-
* `require` - Require another controller be passed into current directive linking function. The
409-
`require` takes a name of the directive controller to pass in. If no such controller can be
410-
found an error is raised. The name can be prefixed with:
411407

412408
* `restrict` - String of subset of `EACM` which restricts the directive to a specific directive
413409
declaration style. If omitted, the default (attributes only) is used.

0 commit comments

Comments
 (0)