Skip to content

Commit

Permalink
fix(tooltip): Fix tooltip arrows in bootstrap v4
Browse files Browse the repository at this point in the history
fixes #141
  • Loading branch information
Benjamin Nørgaard authored and valorkin committed Apr 28, 2016
1 parent 3a861e7 commit b4250d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tooltip/tooltip-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class TooltipContainer implements AfterViewInit {
Object.assign(this, options);
this.classMap = {'in': false, 'fade': false};
this.classMap[options.placement] = true;
this.classMap['tooltip-' + options.placement] = true;
}

public ngAfterViewInit():void {
Expand Down

0 comments on commit b4250d4

Please sign in to comment.