Skip to content

Commit

Permalink
regression for non collaped view: prevent settings to true - #4
Browse files Browse the repository at this point in the history
  • Loading branch information
lars committed Jun 15, 2014
1 parent 7449d37 commit c15ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

<div class="navbar-collapse" collapse="navbarCollapsed">
<ul class="nav navbar-nav" ng-click="navbarCollapsed = !navbarCollapsed">
<ul class="nav navbar-nav" ng-click="navbarCollapsed = true">
<li ng-class="{active:isActive('/hubs')}">
<a href="#/hubs">
<span class="glyphicon glyphicon-home"></span>
Expand Down

0 comments on commit c15ba80

Please sign in to comment.