3 lines
150 B
JSON
Executable File
3 lines
150 B
JSON
Executable File
colorAdminApp.controller('pageWithTwoSidebarController', function ($scope, $rootScope, $state) {
|
|
$rootScope.setting.layout.appSidebarTwo = true;
|
|
}); |