4 lines
213 B
JSON
Executable File
4 lines
213 B
JSON
Executable File
colorAdminApp.controller('pageFullHeightContentController', function ($scope, $rootScope, $state) {
|
|
$rootScope.setting.layout.appContentFullHeight = true;
|
|
$rootScope.setting.layout.appContentClass = 'p-0';
|
|
}); |