Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractDesktopController

Desktop application abstract controller.

This file includes import's for desktop components/directives used by the HTML page and the controller to provide the configuration.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

Static AbstractAppController

  • AbstractAppController(config: {}, map: Map, $scope: IScope, $injector: IInjectorService): void
  • Application abstract controller.

    Used functionalities:

    • open_panel: When set, contains the name of the panel to open upon loading an application. Note: although this is a list, only one can be defined.
    ngdoc

    controller

    nginject

    Parameters

    • config: {}

      A part of the application config.

    • map: Map

      The map.

    • $scope: IScope

      Scope.

    • $injector: IInjectorService

      Main injector.

    Returns void

Generated using TypeDoc