diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js index 8dbce0f..4d10648 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -179,9 +179,9 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location angular.forEach(threeDAnatomyData, function (value, key) { $scope.imagePath = "~/../content/images/3da/thumbnails/" + value._ThumbnailImage; - var $el = $('
' + var $el = $('
' + '
' - + '' + + '' + '

' + value._Title + '

').appendTo('#grid-view'); @@ -384,7 +384,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location theme: 'success', currentController: '3dAController', parentSlug: $scope.Get3DwindowStoreData(windowviewid, 'parentSlugName'), - content: '
' + + content: '
' + '' + '
', title: tittle, @@ -438,22 +438,14 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location // var pnlName = event.currentTarget.id; $scope.$emit("cBEnableDisableMenuOption", ""); + console.log('event fired') }); - $("#threedImage_" + windowviewid).on('click', function (event) { - - // var pnlName = event.currentTarget.id; - $scope.$emit("cBEnableDisableMenuOption", ""); - - }); - $("#threedImage_" + windowviewid + "#document html body").on('click', function (event) { - - // var pnlName = event.currentTarget.id; - $scope.$emit("cBEnableDisableMenuOption", ""); - - }); + } + + }]); function AnimationOnLoad(event) {