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

3 lines
154 B
JSON
Executable File

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