AngularTS
Preparing search index...
DirectivePrePost
Interface DirectivePrePost
Defines optional pre/post link functions in directive compile phase.
interface
DirectivePrePost
{
post
?:
DirectiveLinkFn
;
pre
?:
DirectiveLinkFn
;
}
Index
Properties
post?
pre?
Properties
Optional
post
post
?:
DirectiveLinkFn
Optional
pre
pre
?:
DirectiveLinkFn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
post
pre
AngularTS
Loading...
Defines optional pre/post link functions in directive compile phase.