Commit f06727c5dbdff20255fe7534633bc0cc9360ae5a
1 parent
3ef56e11
renamed item
Showing
3 changed files
with
3 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -143,7 +143,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
143 | 143 | $scope.isBodyRegionDataLoaded = false; |
144 | 144 | //currentTitleFromJson shows the current BodyView Title |
145 | 145 | $scope.currentTitleFromJson; |
146 | - $scope.showme = false; | |
146 | + $scope.showTabButton = false; | |
147 | 147 | $scope.IsVisible = function () { |
148 | 148 | $scope.scroll(); |
149 | 149 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <h4 class="pull-left" data-ng-bind="currentActiveModuleTitle"><!--{{currentActiveModuleTitle}}--></h4> |
7 | 7 | <div class="pull-right paddTop4 "> |
8 | 8 | <!--<div class="pull-right paddTop4 ">--> |
9 | - <div role="group" ng-show="showme" class="btn-group"> | |
9 | + <div role="group" ng-show="showTabButton" class="btn-group"> | |
10 | 10 | <ul class="listgrid-view" role="tablist"> |
11 | 11 | <!--<li role="presentation" class="active" title="Image View"><a href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab" class="" ><i class=" fa fa-image"></i></a></li> |
12 | 12 | <li role="presentation" title="List View"><a href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab" class="" ><i class="fa fa-list-alt"></i></a></li>--> | ... | ... |