Skip to content

Commit

Permalink
fix(dropdown): update for Bootstrap4.beta
Browse files Browse the repository at this point in the history
Closes #1745
  • Loading branch information
pkozlowski-opensource committed Aug 11, 2017
1 parent bb975af commit 877c696
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 85 deletions.
Expand Up @@ -13,7 +13,7 @@
<div class="col text-right">
<div ngbDropdown [up]="true" class="d-inline-block">
<button class="btn btn-outline-primary" id="dropdownBasic2" ngbDropdownToggle>Toggle dropup</button>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownBasic2">
<div ngbDropdownMenu class="dropdown-menu-right" aria-labelledby="dropdownBasic2">
<button class="dropdown-item">Action - 1</button>
<button class="dropdown-item">Another Action</button>
<button class="dropdown-item">Something else is here</button>
Expand Down

0 comments on commit 877c696

Please sign in to comment.