Skip to content

Commit

Permalink
[ng] Remove dropdown gas menu
Browse files Browse the repository at this point in the history
Fix #105
  • Loading branch information
michelesr committed Oct 15, 2015
1 parent beb4db3 commit 1237165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Dropdown with the selected GAS if more than one GAS -->
<ul class="nav navbar-nav" ng-show="app.dataLoaded">
<li ng-if="person.gas_list[1]" class="dropdown" dropdown>
<a href="#" dropdown-toggle role="button"> {{gas_active.name}} <span class="caret"></span></a>
<!-- <a href="#" dropdown-toggle role="button"> {{gas_active.name}} <span class="caret"></span></a> -->
<ul class="dropdown-menu">
<li ng-repeat="gas in person.gas_list | orderBy: gas.name" ng-show="gas != gas_active">
<a href="#" ng-click="gas_active = gas"> {{ gas.name }} </a>
Expand Down

0 comments on commit 1237165

Please sign in to comment.