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

3 lines
166 B
JSON
Executable File

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