From 6763a8eb8aae9df5c893a71e4af32f13a5eae5bc Mon Sep 17 00:00:00 2001 From: mitali Date: Wed, 7 Sep 2016 19:39:59 +0530 Subject: [PATCH] #7400: In settings, skin-tone images are disppearing everytime on selction of different skin tones. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 4 ++-- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index c7c1484..9c907f3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -340,8 +340,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, pages, B parentSlug: 'clinical-animations', content: '
' + - '

' + $scope.clickedCASummary + '

' + - '
', + '

' + $scope.clickedCASummary + '

' + + '
', //ajax: { // url: 'app/views/ca/ca-view-detail.html' diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index f885470..2f83c02 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -404,8 +404,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout parentSlug: 'clinical-illustrations', content: '
' + '
' + - '

' + $scope.clickedCISummary + '

' + - '
' + + '

' + $scope.clickedCISummary + '

' + + '
' + '
', //ajax: { // url: 'app/views/ci/ci-view-detail.html' -- libgit2 0.21.4