new module:AbstractMobileController(config, $scope, $injector)
Mobile application abstract controller.
This file includes goog.require
's mobile components/directives used
by the HTML page and the controller to provide the configuration.
Parameters:
Name | Type | Description |
---|---|---|
config |
gmfx.Config | A part of the application config. |
$scope |
angular.Scope | Scope. |
$injector |
angular.$injector | Main injector. |
Extends
- gmf.controllers.AbstractAppController