Commit 7ddd1001e3120a568e24b884b133ecadd458a89c
Merge branch 'forgatpwdemailcacheissue' into Develop
Showing
2 changed files
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -94,6 +94,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
94 | 94 | var isOutlineOptionChecked = ""; |
95 | 95 | $rootScope.forgotPwdModalShow = function () |
96 | 96 | { |
97 | + document.getElementById("forgetPwdForm").reset() | |
97 | 98 | $("#forgotPwdModal").modal("show"); |
98 | 99 | $(".modal-backdrop").css("opacity",".5"); |
99 | 100 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | <h5 class="modal-title" id="exampleModalLabel">Enter your email id to recover Password</h5> |
264 | 264 | </div> |
265 | 265 | <div class="modal-body"> |
266 | - <form> | |
266 | + <form id="forgetPwdForm"> | |
267 | 267 | <div class="form-group"> |
268 | 268 | <div class="input-group"> |
269 | 269 | <span class="input-group-addon"><i class="fa fa-envelope"></i></span> | ... | ... |