Skip to content

Commit

Permalink
fix(popover): fix undefined container class (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed Jul 26, 2017
1 parent c9f85e6 commit 91fc1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover/popover.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class PopoverDirective implements OnInit, OnDestroy {
/**
* Css class for popover container
*/
@Input() public containerClass: string;
@Input() public containerClass: string = '';

/**
* Returns whether or not the popover is currently being shown
Expand Down

0 comments on commit 91fc1cd

Please sign in to comment.