From a8743b5b932168bede72ae9da358d7fec98b71cd Mon Sep 17 00:00:00 2001 From: Christy Ninan Date: Tue, 16 Sep 2014 22:36:34 -0500 Subject: [PATCH] Christy - MIFOSX-1461 - Allow a monthly loan to be scheduled on n-th weekday of every month - new commit --- .../controllers/loanAccount/NewLoanAccAppController.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/scripts/controllers/loanAccount/NewLoanAccAppController.js b/app/scripts/controllers/loanAccount/NewLoanAccAppController.js index 6b1b3a24..2dd6370c 100755 --- a/app/scripts/controllers/loanAccount/NewLoanAccAppController.js +++ b/app/scripts/controllers/loanAccount/NewLoanAccAppController.js @@ -54,10 +54,7 @@ scope.collateralOptions = data.loanCollateralOptions || []; }); } - scope.showOptionsForMonthlyRepayment = function () { - - } - + scope.previewClientLoanAccInfo = function () { scope.previewRepayment = false; scope.charges = scope.loanaccountinfo.charges || [];