parent
af430d26fe
commit
41ae47c995
4 changed files with 43 additions and 2 deletions
|
@ -659,6 +659,10 @@ angular.module("core-ui", [])
|
|||
},
|
||||
controller: function($rootScope, $scope, $element) {
|
||||
$scope.getClass = function(items, checked) {
|
||||
if (!checked) {
|
||||
return 'none';
|
||||
}
|
||||
|
||||
if (checked.length == 0) {
|
||||
return 'none';
|
||||
}
|
||||
|
|
Reference in a new issue