Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from plondon/dropdown-menu
Browse files Browse the repository at this point in the history
fix(dropdown): add class so open css style gets applied
  • Loading branch information
Sjors committed Feb 12, 2016
2 parents a6dfb51 + f84f8b9 commit bbb8ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bc-phone-number.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<button type="button" class="btn btn-default" type="button" uib-dropdown-toggle>
<span class="glyphicon iti-flag bc-phone-number-flag" ng-class="selectedCountry.iso2Code"></span><span class="caret"></span>
</button>
<ul class="uib-dropdown-menu bc-phone-number-dropdown-menu" role="menu">
<ul class="uib-dropdown-menu bc-phone-number-dropdown-menu dropdown-menu" role="menu">
<li ng-repeat="country in preferredCountries" ng-click="selectCountry(country)"
ng-class="{active: isCountrySelected(country)}" role="menuitem">
<a href="#" ng-click="$event.preventDefault()" class="bc-phone-number-country-anchor">
Expand Down

0 comments on commit bbb8ed7

Please sign in to comment.