Commit 748a5dd873b2a44d50fe17c032809fdf9d7bedd9

Authored by Nikita Kulshreshtha
1 parent d98eaf17

issue in female view loading. this is because a randon text (highlightAfterExtra…

…ctIssue)  is placed in between code after merging. after deleting this he issue is fixed.
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -812,8 +812,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
812 812 var gender;
813 813 if (localStorage.getItem("genderId") == 'Female') {
814 814 gender = 'F';
815   - highlightAfterExtractIssue
816   - }
  815 + }
817 816 else {
818 817 gender = 'M';
819 818 }
... ... @@ -6695,7 +6694,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
6695 6694 })
6696 6695  
6697 6696  
6698   - highlightAfterExtractIssue
6699 6697 $scope.VocabTermTxt = new jinqJs()
6700 6698 .from(vocabTermTxt)
6701 6699 .distinct('_TermText', '_ActualTermNumber')
... ...