Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d7bb81d

Browse files
committed
Client-side Validation updates
1 parent cec748e commit d7bb81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/modules/users/views/settings/edit-profile.client.view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section class="row" data-ng-controller="SettingsController">
22
<h3 class="col-md-12 text-center">Edit your profile</h3>
33
<div class="col-xs-offset-2 col-xs-8 col-md-offset-5 col-md-2">
4-
<form name="userForm" data-ng-submit="userForm.$valid && updateUserProfile()" class="signin form-horizontal" autocomplete="off">
4+
<form name="userForm" data-ng-submit="updateUserProfile(userForm.$valid)" class="signin form-horizontal" autocomplete="off">
55
<fieldset>
66
<div class="form-group">
77
<label for="firstName">First Name</label>

0 commit comments

Comments
 (0)