Skip to content

Commit

Permalink
fix: Allow + in phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Sep 19, 2018
1 parent 373c55d commit 3cd34a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/user-profile/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 class="listing-item-title">
ng-class="{ 'error': editContactForm.contact.$invalid && editContactForm.contact.$dirty }"
ng-maxlength="25"
ng-model="contact.contact"
ng-pattern="/^\d+$/"
ng-pattern="/^\+?\d+$/"
required>
</div>
</form>
Expand Down

0 comments on commit 3cd34a6

Please sign in to comment.