Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Sep 19, 2018
2 parents c9af91b + 34af1e9 commit a02868e
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 a02868e

Please sign in to comment.