| | |
| | | <div class="form-group"> |
| | | <small translate="issue.sendIssueSelectedPartners">프로젝트에 참여하고 있는 다른 사용자에게 이슈 정보를 보냅니다.</small> |
| | | <div class="select3-selection__choicediv"> |
| | | <span class="select3-selection__choice" ng-repeat="user in vm.form.account[0].account"> |
| | | <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> |
| | | <span class="select3-selection__choice__remove" |
| | | ng-click="fn.removeMailTarget($index)">×</span> |