2025-11-02 14:35:35 +03:00

4 lines
208 B
JSON
Executable File

colorAdminApp.controller('pageBoxedLayoutWithMixedMenuController', function ($scope, $rootScope, $state) {
$rootScope.setting.layout.appBoxedLayout = true;
$rootScope.setting.layout.appTopMenu = true;
});