Commit c7be5bf220271c2ffc064d4933805a55a5f0d40b

Authored by Amrita Vishnoi
2 parents ba141cc5 1aae40dd

Merge branch 'ciloaderissuemac' into Develop

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(
... ...