Home Reference Source Repository
public class | source

ToolSyncStatus

Directive to show the sync status of a tool

Constructor Summary

Public Constructor
public

constructor(syncAPIService: *)

Creates a new instance of the ToolSyncStatus directive

Member Summary

Public Members
public

Directive restricted to Class.

public

scope: *

Isolated scope for directive.

public

A reference to SyncAPIService.

Method Summary

Public Methods
public

linkDirective(scope: *, element: *)

Link function for the directive

Public Constructors

public constructor(syncAPIService: *) source

Creates a new instance of the ToolSyncStatus directive

Params:

NameTypeAttributeDescription
syncAPIService *

Public Members

public restrict: string source

Directive restricted to Class.

public scope: * source

Isolated scope for directive.

public syncAPIService: * source

A reference to SyncAPIService.

Public Methods

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

Link function for the directive

Params:

NameTypeAttributeDescription
scope *
element *