From 21959d74440be05436ab32397f28c8b678f1d59c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Jan 2017 11:49:39 +0530 Subject: [PATCH] Annotation Tool Bar Not Working In CI --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index 50be2b3..6e63811 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -574,7 +574,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout theme: 'success', currentController: 'CIController', parentSlug: 'clinical-illustrations', - content: '
' + + content: '
' + '
' + '
' + '

' + $scope.clickedCISummary + '

' + @@ -630,8 +630,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout $("#canvas").css("display", "block"); $("#canvasPaint").css("display", "block"); - $rootScope.BindCanvasDrawingListners(); - $rootScope.FreeStylePaint(); + $rootScope.onDrawingCanvasClick(); + $rootScope.FreeStylePaint(); }); $scope.ReloadListViewImageDiv = function (id) { -- libgit2 0.21.4