Skip to content

Commit 91fc1cd

Browse files
IlyaSurmayvalorkin
authored andcommitted
fix(popover): fix undefined container class (#2283)
1 parent c9f85e6 commit 91fc1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popover/popover.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class PopoverDirective implements OnInit, OnDestroy {
3737
/**
3838
* Css class for popover container
3939
*/
40-
@Input() public containerClass: string;
40+
@Input() public containerClass: string = '';
4141

4242
/**
4343
* Returns whether or not the popover is currently being shown

0 commit comments

Comments
 (0)