Skip to content

Commit

Permalink
fix(menu): Dropdown menu now works again
Browse files Browse the repository at this point in the history
Dropdown menu inadvertantly broken in this patch
864c2a7#diff-0a08a7565aba4405282251491979bb6bR6 for reasons similar to
6b4d616
and #292
  • Loading branch information
atruskie committed Feb 21, 2017
1 parent e27ff99 commit 9fc507c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<a baw-href="site.ngRoutes.library">Library</a>
</li>
<li class="dropdown"
dropdown>
uib-dropdown>
<a class="ng-cloak"
href=""
dropdown-toggle>
uib-dropdown-toggle>
{{:: researchPages.header_title }} <span class="caret"></span>
</a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 9fc507c

Please sign in to comment.