From 3cd34a61d86d211a4d2832265b74025ddd2b3528 Mon Sep 17 00:00:00 2001 From: Robbie Mackay Date: Wed, 19 Sep 2018 13:04:02 +1200 Subject: [PATCH] fix: Allow + in phone numbers --- app/common/user-profile/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/user-profile/notifications.html b/app/common/user-profile/notifications.html index a3a4bfd254..d101b37b2f 100644 --- a/app/common/user-profile/notifications.html +++ b/app/common/user-profile/notifications.html @@ -72,7 +72,7 @@

ng-class="{ 'error': editContactForm.contact.$invalid && editContactForm.contact.$dirty }" ng-maxlength="25" ng-model="contact.contact" - ng-pattern="/^\d+$/" + ng-pattern="/^\+?\d+$/" required>