AngularTS
    Preparing search index...

    Type Alias CloneAttachFunction

    CloneAttachFunction: (clonedElement?: Element, scope?: Scope) => any

    Callback used when transcluded content is cloned.

    Type Declaration

      • (clonedElement?: Element, scope?: Scope): any
      • Parameters

        • OptionalclonedElement: Element
        • Optionalscope: Scope

        Returns any