Skip to content

Commit b4250d4

Browse files
Benjamin Nørgaardvalorkin
authored andcommitted
fix(tooltip): Fix tooltip arrows in bootstrap v4
fixes #141
1 parent 3a861e7 commit b4250d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tooltip/tooltip-container.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export class TooltipContainer implements AfterViewInit {
4444
Object.assign(this, options);
4545
this.classMap = {'in': false, 'fade': false};
4646
this.classMap[options.placement] = true;
47+
this.classMap['tooltip-' + options.placement] = true;
4748
}
4849

4950
public ngAfterViewInit():void {

0 commit comments

Comments
 (0)