Home Reference Source Repository
public class | source

SynthAttachments

Directive to display a button with a list of attachments

Constructor Summary

Public Constructor
public

constructor($filter: *)

Creates a new instance of the SynthAttachments directive

Member Summary

Public Members
public

$filter: *

A reference to $filter.

public

Directive restricted to Element.

public

scope: *

Isolated scope for directive.

public

URL of template to use.

Method Summary

Public Methods
public

linkDirective(scope: *, element: *, attr: *)

Link function for the directive

Public Constructors

public constructor($filter: *) source

Creates a new instance of the SynthAttachments directive

Params:

NameTypeAttributeDescription
$filter *

Public Members

public $filter: * source

A reference to $filter.

public restrict: string source

Directive restricted to Element.

public scope: * source

Isolated scope for directive.

public templateUrl: string source

URL of template to use.

Public Methods

public linkDirective(scope: *, element: *, attr: *) source

Link function for the directive

Params:

NameTypeAttributeDescription
scope *
element *
attr *