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

3 lines
152 B
JSON
Executable File

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