We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d1e29 commit 4a32c86Copy full SHA for 4a32c86
templates/app/client/app/account(auth)/settings/settings.html
@@ -4,7 +4,7 @@
4
<h1>Change Password</h1>
5
</div>
6
<div class="col-sm-12">
7
- <form class="form" name="form" (ngSubmit)="changePassword()" novalidate>
+ <form class="form" name="changePasswordForm" (ngSubmit)="changePassword(changePasswordForm)" novalidate #changePasswordForm="ngForm">
8
9
<div class="form-group">
10
<label>Current Password</label>
0 commit comments