Commit e417a5fd3bcc68070572118d8f295b6d241b4491
1 parent
6763a8eb
Bug #6593:Dissectible Anatomy > Layer number should be visible
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -443,6 +443,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
443 | 443 | |
444 | 444 | $scope.currentTitleFromJson = localStorage.getItem("currentViewTitle"); |
445 | 445 | |
446 | + $scope.layerNumber = 0; | |
447 | + | |
446 | 448 | //2. |
447 | 449 | |
448 | 450 | console.log('currentBodyViewId just before sending: ' + currentBodyViewId); | ... | ... |