Home Reference Source Repository
public class | source

ModuleName

Directive that will display the module name from the module code if available

Constructor Summary

Public Constructor
public

constructor(moduleService: *)

Creates a new instance of the ModuleName directive

Member Summary

Public Members
public

A reference to ModuleService.

public

Directive restricted to Attribute.

public

scope: *

Isolated scope for directive.

Method Summary

Public Methods
public

linkDirective(scope: *, element: *)

Link function for the directive

Public Constructors

public constructor(moduleService: *) source

Creates a new instance of the ModuleName directive

Params:

NameTypeAttributeDescription
moduleService *

Public Members

public moduleService: * source

A reference to ModuleService.

public restrict: string source

Directive restricted to Attribute.

public scope: * source

Isolated scope for directive.

Public Methods

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

Link function for the directive

Params:

NameTypeAttributeDescription
scope *
element *