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

Commit

Permalink
Style suggestion-list for overlay
Browse files Browse the repository at this point in the history
Use overlayStyle object for ng-style that is set in auto-complete directive when overlay attribute is true.
  • Loading branch information
SamarRizvi committed Aug 11, 2017
1 parent 267898e commit 916c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/auto-complete.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="autocomplete" ng-if="suggestionList.visible" ng-style="suggestionList.setOverlayStyle()">
<div class="autocomplete" ng-if="suggestionList.visible" ng-style="suggestionList.overlayStyle">
<ul class="suggestion-list">
<li class="suggestion-item"
ng-repeat="item in suggestionList.items track by track(item)"
Expand Down

0 comments on commit 916c371

Please sign in to comment.