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 |
$rootScope: * 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:
| Name | Type | Attribute | Description |
| $rootScope | * | ||
| $route | * | ||
| registrationService | * |
Public Members
Public Methods
public linkDirective(scope: *, element: *) source
Link function for the directive
Params:
| Name | Type | Attribute | Description |
| scope | * | ||
| element | * |