| | |
| | | var parentFound = false; |
| | | |
| | | while (angular.isDefined(target) && target !== null && !parentFound && target.className !== null) { |
| | | if (typeof target.className.split != 'function') { |
| | | break; |
| | | } |
| | | |
| | | if (_.contains(target.className.split(' '), 'multiselect-parent') && !parentFound) { |
| | | if (target.getElementsByClassName('multiselect-parent') && !parentFound) { |
| | | if (target === $dropdownTrigger) { |
| | | parentFound = true; |
| | | } |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group" ng-if="vm.activeTarget != null" ng-hide="vm.activeTarget.colorClass != null"> |
| | | <div class="form-group" ng-if="vm.activeTarget != null" ng-show="vm.activeTarget.type === '01'"> |
| | | <label><span translate="project.projectDepartment">부서명</span><span>[{{vm.activeTarget.name}}]</span></label> |
| | | <js-autocomplete-multi data-input-name="departments" |
| | | selected-model="vm.departments" |