mirror of
https://github.com/atlanticbiomedical/website.git
synced 2025-07-01 18:07:27 -04:00
Remove dumb regex
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
<form data-abide ng-submit="send()">
|
<form data-abide ng-submit="send()">
|
||||||
<div class="name-field">
|
<div class="name-field">
|
||||||
<label>Your name <small>required</small>
|
<label>Your name <small>required</small>
|
||||||
<input type="text" required pattern="[a-zA-Z]+" ng-model="model.name">
|
<input type="text" ng-model="model.name">
|
||||||
</label>
|
</label>
|
||||||
<small class="error">Name is required and must be a string.</small>
|
<small class="error">Name is required and must be a string.</small>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user