From f78c19072689ed3204b30f3b7c9e9e0d916e29b6 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 16 Feb 2017 11:46:24 +0530 Subject: [PATCH] small to capital for result params. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 7f17be3..207bfc8 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -263,7 +263,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic alert(LoginConstants.ERROR_IN_FECTHING_DETAILS); } else { - if ((result.isAcknowledged == true) && (result.isModifiedCountAvailable == true)) { + if ((result.IsAcknowledged == true) && (result.IsModifiedCountAvailable == true)) { alert('Your password has been reset.'); $rootScope.isVisibleLogin = true; $rootScope.isVisibleResetPass = false; -- libgit2 0.21.4