AngularTS
    Preparing search index...

    Interface DirectivePrePost

    Defines optional pre/post link functions in directive compile phase.

    interface DirectivePrePost {
        post?: DirectiveLinkFn;
        pre?: DirectiveLinkFn;
    }
    Index

    Properties

    Properties

    Optionalpost