Commit 388d57c7846113e90dcbeae90ea3af1d9c52bddc
1 parent
ff0e8241
Comment for adding "_BodyRegion": "None" in json file
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
... | ... | @@ -135,6 +135,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B |
135 | 135 | |
136 | 136 | } |
137 | 137 | |
138 | + // 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. | |
138 | 139 | $scope.ApplySearch = function (query) { |
139 | 140 | |
140 | 141 | $scope.filterstring = true; | ... | ... |