diff --git a/config.xml b/config.xml index 2d99e1325..d778d7312 100644 --- a/config.xml +++ b/config.xml @@ -3,7 +3,7 @@ Gabinete digital An awesome Ionic/Cordova app. Ionic Framework Team - + diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html index 99970c230..9e432d89f 100644 --- a/src/app/pages/chat/chat.page.html +++ b/src/app/pages/chat/chat.page.html @@ -97,8 +97,8 @@ - - + +
@@ -107,7 +107,7 @@ {{group.name.split('-').join(' ')}}
{{showDateDuration(group._updatedAt)}}
-
{{countDownDate(group.customFields.countDownDate, group._id)}}
+
{{countDownDate(group.customFields.countDownDate, group._id)}}
{{group.lastMessage.u.name}}: {{group.lastMessage.msg}}