From c32fc8d5e236b1e30c654ac877df3103db04c010 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 30 May 2017 17:32:59 +0530 Subject: [PATCH] system selection is complete. green image of pin is remaining --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 72 +++++++++++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 43 insertions(+), 29 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 0fb2cbb..187bf34 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -8,7 +8,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var ATLAS_ANATOMY = 'Atlas Anatomy'; var CLINICAL_ILLUSTRATION = 'Clinical Illustrations'; var CLINICAL_ANIMATION = 'Clinical Animations'; - $rootScope.path = "~/../content/images/speeachBubbleClose.png"; + $rootScope.closeBtnImgPath = "~/../content/images/speeachBubbleClose.png"; //variables to bind Filter by Controls $scope.searchAAListViewData = []; $scope.SelectedAAthumbImage = []; @@ -425,7 +425,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.aaPinData = result.data.Root.Item; //3. get termText info - alert('$scope.moduleName= ' + $scope.moduleName); var promise = ModuleService.getTermTextForPin($scope.moduleName) .then( function (response) { @@ -477,7 +476,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.showAnnotation = function (selectedSystemPinData) { - alert("Annotation Called First Time"); var firstPinId = selectedSystemPinData[0]._PinId; var pinTermNumber = selectedSystemPinData[0]._TermId; @@ -664,7 +662,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.createSpeechBubbleBasedOnAnnotationLength = function (pointClicked, x, y, id) { - var sppechBubbleHTML = "
"; + var sppechBubbleHTML = "
"; //Issue #7286 :Undefined annotation should not appear for (var i = 0; i <= $scope.MultiLanguageAnnationArray.length - 1; i++) { var annotation = $scope.MultiLanguageAnnationArray[i]; @@ -715,16 +713,14 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } } } + $rootScope.Globe1 = []; $scope.createSpeechBubbleBasedOnAnnotationLengthwithoutCtrl = function (x, y, PinId) { - - - - var sppechBubbleDotHTML = '' + var sppechBubbleDotHTML = '' + '
' + '' - + '
' + + '' - + '