Skip to content

Commit

Permalink
fix(dropdown): fix ngv4 dropdowns (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed Sep 14, 2017
1 parent ff7a390 commit ed464c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown/bs-dropdown-toggle.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class BsDropdownToggleDirective implements OnDestroy {
if (this.isDisabled) {
return;
}
this._state.toggleClick.emit();
this._state.toggleClick.emit(true);
}

@HostListener('document:click', ['$event'])
Expand Down

0 comments on commit ed464c8

Please sign in to comment.