AngularTS
Preparing search index...
DirectiveFactory
Type Alias DirectiveFactory
DirectiveFactory
:
(
...
args
:
any
[]
)
=>
Directive
|
DirectiveLinkFn
A factory function returning a directive definition.
Type declaration
(
...
args
:
any
[]
)
:
Directive
|
DirectiveLinkFn
Parameters
...
args
:
any
[]
Returns
Directive
|
DirectiveLinkFn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AngularTS
Loading...
A factory function returning a directive definition.