From 8c21fe81877e9653baa02d4dc96cafc02c84550d Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Wed, 13 Sep 2017 15:56:55 +0530 Subject: [PATCH] The annotation bar was not working on CI due style syntax issue --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index f41b342..7effc15 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -614,7 +614,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout theme: 'success', currentController: 'CIController', parentSlug: 'clinical-illustrations', - content: '
' + + content: '
' + '
' + '
' + '

' + $scope.clickedCISummary + '

' + -- libgit2 0.21.4