Skip to content

Commit 2130c9c

Browse files
authored
Merge branch 'master' into tooltip-fix
2 parents 204ac19 + 185f839 commit 2130c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/tooltip.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
7272
/**
7373
* Optional data for templates passed as implicit context
7474
*/
75-
@Input() templateContext: any
75+
@Input() templateContext: any;
7676

7777
@ViewChild("contentWrapper") wrapper: ElementRef<HTMLSpanElement>;
7878

0 commit comments

Comments
 (0)