Commit c7be5bf220271c2ffc064d4933805a55a5f0d40b
Merge branch 'ciloaderissuemac' into Develop
Showing
1 changed file
with
7 additions
and
0 deletions
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( | ... | ... |