Commit 8713f9c1549ef6e8d3ac0962e58a4f74e9eb8d14
1 parent
1d2fae10
his is for aa parantslug isse
Showing
2 changed files
with
22 additions
and
22 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -95,27 +95,27 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
95 | 95 | //to do, in next phase of project |
96 | 96 | |
97 | 97 | } |
98 | - | |
99 | - $.jsPanel({ | |
100 | - id: 'ImagePanel', | |
101 | - selector: '.aaBodyView', | |
102 | - theme: 'success', | |
103 | - currentController: 'TileViewListController', | |
104 | - parentSlug: 'tile-view', | |
105 | - ajax: { | |
106 | - url: jsContentURL | |
107 | - }, | |
108 | - title: localStorage.getItem("currentViewTitle"), | |
109 | - | |
110 | - position: { | |
111 | - top: 70, | |
112 | - left: 1, | |
113 | - }, | |
114 | - | |
115 | - size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, | |
116 | - | |
117 | - }); | |
118 | - | |
98 | + if ($rootScope.moduleName == ATLAS_ANATOMY) { | |
99 | + $.jsPanel({ | |
100 | + id: 'ImagePanel', | |
101 | + selector: '.aaBodyView', | |
102 | + theme: 'success', | |
103 | + currentController: 'TileViewListController', | |
104 | + parentSlug: 'tile-view-list', | |
105 | + ajax: { | |
106 | + url: jsContentURL | |
107 | + }, | |
108 | + title: localStorage.getItem("currentViewTitle"), | |
109 | + | |
110 | + position: { | |
111 | + top: 70, | |
112 | + left: 1, | |
113 | + }, | |
114 | + | |
115 | + size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, | |
116 | + | |
117 | + }); | |
118 | + } | |
119 | 119 | console.log('jsPanel loaded ImagePanel exist= ' + document.getElementById('ImagePanel')) |
120 | 120 | |
121 | 121 | //0.3 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | </ul> |
72 | 72 | </div> |
73 | 73 | <div class="btn-group"> |
74 | - <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navigatorMan" ng-click="alert('hi nav')"> | |
74 | + <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navigatorMan"> | |
75 | 75 | <i class="fa fa-male"></i> |
76 | 76 | </button> |
77 | 77 | <ul class="dropdown-menu" style="min-width:auto;"> | ... | ... |