From 767d8509245fc5649818b20517d7b3b5602860e1 Mon Sep 17 00:00:00 2001 From: venkatconflux Date: Wed, 9 Mar 2016 23:35:22 +0530 Subject: [PATCH] resolving loading cause issue because of createloanproductcontroller --- app/scripts/controllers/product/CreateLoanProductController.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/scripts/controllers/product/CreateLoanProductController.js b/app/scripts/controllers/product/CreateLoanProductController.js index 9080c16f..92e0d04c 100755 --- a/app/scripts/controllers/product/CreateLoanProductController.js +++ b/app/scripts/controllers/product/CreateLoanProductController.js @@ -198,9 +198,6 @@ } return false; } - - - }; scope.setAttributeValues = function(){ if(scope.allowAttributeConfiguration == false){ scope.amortization = false;