Commit 38e2bc79031411ae137a8be399b19b2956fc42b0
1 parent
2dbca225
one method call for list manager
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | </div> |
112 | 112 | <div class="col-sm-6 dropdown hover-tool"> |
113 | 113 | <div class="custom-tooltip">Highlight Options</div> |
114 | - <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" ng-click="LoadBodySystemList()"><img src="content/images/icon-highlight.png" alt="" title=""></button> | |
114 | + <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" ng-click="LoadBodySystemData()"><img src="content/images/icon-highlight.png" alt="" title=""></button> | |
115 | 115 | <ul class="dropdown-menu" aria-labelledby="dropdownMenu2"> |
116 | 116 | <li><a href="#" title="Current Structure">Current Structure</a></li> |
117 | 117 | <li role="separator" class="divider"></li> | ... | ... |