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