Home Reference Source Repository
public class | source

CurrentModuleName

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

Constructor Summary

Public Constructor
public

constructor($rootScope: *, $route: *, registrationService: *)

Creates a new instance of the CurrentModuleName directive

Member Summary

Public Members
public

A reference to $rootScope.

public

$route: *

A reference to $route.

public

A reference to RegistrationService.

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($rootScope: *, $route: *, registrationService: *) source

Creates a new instance of the CurrentModuleName directive

Params:

NameTypeAttributeDescription
$rootScope *
$route *
registrationService *

Public Members

public $rootScope: * source

A reference to $rootScope.

public $route: * source

A reference to $route.

public registrationService: * source

A reference to RegistrationService.

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 *