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

3 lines
152 B
JSON
Executable File

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