Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
fixed broken user dropdown menu after angular-bootstrap upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Jan 28, 2016
1 parent 0dce98c commit 16062b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<!-- /.navbar-header -->

<ul class="nav navbar-top-links navbar-right" ng-if="loggedIn">
<li class="dropdown" dropdown>
<a id="btn-dropdown-user" dropdown-toggle>
<li class="dropdown" uib-dropdown>
<a id="btn-dropdown-user" uib-dropdown-toggle>
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>

Expand Down

0 comments on commit 16062b3

Please sign in to comment.