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

3 lines
154 B
JSON
Executable File

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