Skip to content

Commit

Permalink
use close method
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Feb 28, 2018
1 parent 247af40 commit 07a9656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-select/ng-select.component.html
Expand Up @@ -39,7 +39,7 @@
</div>

<div class="ng-overlay-container" *ngIf="isOpen">
<div class="ng-overlay" (click)="isOpen = false" ></div>
<div class="ng-overlay" (click)="close()" ></div>
</div>

<ng-dropdown-panel *ngIf="isOpen"
Expand Down

0 comments on commit 07a9656

Please sign in to comment.