2025-08-12 13:33:25 +03:00

4 lines
213 B
JSON
Executable File

colorAdminApp.controller('pageFullHeightContentController', function ($scope, $rootScope, $state) {
$rootScope.setting.layout.appContentFullHeight = true;
$rootScope.setting.layout.appContentClass = 'p-0';
});