|
|
@@ -12,6 +12,7 @@ export const HsComponent = {
|
|
|
controller: function (
|
|
|
$scope,
|
|
|
$compile,
|
|
|
+ $element,
|
|
|
gettext,
|
|
|
HsCore,
|
|
|
HsLayoutService,
|
|
|
@@ -23,6 +24,7 @@ export const HsComponent = {
|
|
|
vm.exists = HsCore.exists;
|
|
|
vm.panelVisible = HsLayoutService.panelVisible;
|
|
|
vm.PraAdjusterService = PraAdjusterService;
|
|
|
+ HsLayoutService.fullScreenMap($element, HsCore);
|
|
|
HsLayoutService.sidebarRight = false;
|
|
|
// HsLayoutService.sidebarToggleable = false;
|
|
|
// HsCore.singleDatasources = true;
|