From 388d57c7846113e90dcbeae90ea3af1d9c52bddc Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Fri, 30 Sep 2016 14:35:31 +0530 Subject: [PATCH] Comment for adding "_BodyRegion": "None" in json file --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index 5a023cd..0be1d93 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -135,6 +135,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B } + // for "Intracytoplasmic sperm injection (ICSI)" case, the Body region is not required so we have added "_BodyRegion": "None" which was actually not available in origincal flex file. $scope.ApplySearch = function (query) { $scope.filterstring = true; -- libgit2 0.21.4