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

3 lines
152 B
JSON
Executable File

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