From 534e026742ae9ade7e4ca926e1357e91255fa8f9 Mon Sep 17 00:00:00 2001 From: leejinho Date: Thu, 21 Nov 2019 16:24:47 +0900 Subject: [PATCH] =?UTF-8?q?1.=20=EB=8C=80=ED=99=94=20=EC=A0=84=EB=8B=AC=20?= =?UTF-8?q?>=20=EC=9C=A0=EC=A0=80=EC=84=A0=ED=83=9D=20=ED=8C=9D=EC=97=85?= =?UTF-8?q?=20>=20=EB=8C=80=ED=99=94=EB=A6=AC=EC=8A=A4=ED=8A=B8=EB=A1=9C?= =?UTF-8?q?=20=ED=83=AD=20=EC=9D=B4=EB=8F=99=EC=8B=9C=20user=20select=20ch?= =?UTF-8?q?ips=20=EB=8A=94=20=EC=97=86=EC=96=B4=EC=A7=80=EB=8A=94=EB=8D=B0?= =?UTF-8?q?=20=EC=9D=B8=EC=9B=90=EC=88=98=EA=B0=80=20=EC=95=88=EC=97=86?= =?UTF-8?q?=EC=96=B4=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.=202.=20=EC=A1=B0=EC=A7=81=EB=8F=84=20>=20=EC=9C=A0?= =?UTF-8?q?=EC=A0=80=20=EC=84=A0=ED=83=9D=20>=20=EA=B7=B8=EB=A3=B9?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80=20>=20=EA=B7=B8=EB=A3=B9?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=ED=8C=9D=EC=97=85=20::=20=EA=B7=B8?= =?UTF-8?q?=EB=A3=B9=EB=AA=85=20=EC=98=86=EC=97=90=20=EA=B7=B8=EB=A3=B9?= =?UTF-8?q?=EC=9D=B8=EC=9B=90=EC=88=98=20=EB=AA=85=EC=8B=9C=20>>>>=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95=20=ED=95=84?= =?UTF-8?q?=EC=9A=94.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chat/create-chat.dialog.component.html | 4 +++- .../group/select-group.dialog.component.html | 23 +++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.html b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.html index 4810a5ed..861ad647 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.html +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.html @@ -182,7 +182,9 @@ - {{ selectedUserList.length }}명 + {{ selectedUserList.length }}명 diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/select-group.dialog.component.html b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/select-group.dialog.component.html index 9a10a412..2452d9d9 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/select-group.dialog.component.html +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/select-group.dialog.component.html @@ -40,16 +40,18 @@
- - -
- @@ -57,7 +59,10 @@ *ngFor="let groupBuddy of groupBuddyList$ | async" [value]="groupBuddy.group" > - {{ groupBuddy.group.name }} + {{ groupBuddy.group.name }} + ({{ groupBuddy.buddyList.length }}명)