Commit 1aae40dd1670e635a0b4e6f82b890342ea2e60de

Authored by Mukul Rajput
1 parent c982ce6d

this is solution for the bug 24703

400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... ... @@ -633,6 +633,13 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
633 633  
634 634 });
635 635  
  636 +
  637 + $('#canvasDiv img').load(function () {
  638 + alert("load function");
  639 + $rootScope.isLoading = false;
  640 + $('#spinner').css('visibility', 'hidden');
  641 + });
  642 +
636 643 $rootScope.currentSlug = 'clinical-illustrations-detail';
637 644  
638 645 $rootScope.openViews.push(
... ...