Fix event casing
This commit is contained in:
parent
5778076abb
commit
b6f42e8835
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<input type="password" class="form-control" placeholder="Verify your new password" ng-model="user.repeatPassword"
|
||||
match="user.password" required>
|
||||
<button class="btn btn-danger" ng-disabled="changePasswordForm.$invalid" type="submit"
|
||||
analytics-on analytics-event="change-pass">Change Password</button>
|
||||
analytics-on analytics-event="change_pass">Change Password</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue