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

3 lines
150 B
JSON
Executable File

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