File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -404,10 +404,6 @@ compiler}. The attributes are:
404
404
* `controllerAs` - Controller alias at the directive scope. An alias for the controller so it
405
405
can be referenced at the directive template. The directive needs to define a scope for this
406
406
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:
411
407
412
408
* `restrict` - String of subset of `EACM` which restricts the directive to a specific directive
413
409
declaration style. If omitted, the default (attributes only) is used.
You can’t perform that action at this time.
0 commit comments