1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

fix regex pattern

This commit is contained in:
Sylvain 2016-05-18 09:47:30 +02:00
parent c1c981a695
commit 9ee869ee3f

View File

@ -222,7 +222,7 @@
ng-model="user.profile.website"
class="form-control"
id="user_website"
ng-pattern="/^https?:\/\/"
ng-pattern="/^https?:\/\//"
placeholder="{{ 'website' | translate }}"
ng-disabled="preventField['profile.website'] && user.profile.website && !userForm['user[profile_attributes][website]'].$dirty"/>
</div>