| | |
| | | <div class="modal-body"> |
| | | <form role="form" name="issueSendForm"> |
| | | <div class="form-group"> |
| | | <small translate="issue.sendIssueSelectedPartners">프로젝트에 참여하고 있는 다른 사용자에게 이슈 정보를 보냅니다.</small> |
| | | <div ng-if="vm.form.account[0].account.length < 1" class="help-block form-text text-danger" |
| | | translate="issue.sendIssueSelectedNotPartners">해당 이슈에 속해 있는 파트너 담당자가 없습니다.</div> |
| | | <small ng-if="vm.form.account[0].account.length > 0" translate="issue.sendIssueSelectedPartners">해당 이슈에 속해 있는 파트너 담당자에게 이슈 정보를 보냅니다.</small> |
| | | <div class="select3-selection__choicediv"> |
| | | <span class="select3-selection__choice" ng-repeat="user in vm.form.account[0].account track by $index"> |
| | | <span>{{vm.form.account[0].name[$index]}}({{user}})</span> |