Skip to content

Commit

Permalink
feat(tooltip): upgrade tooltip to v4-alpha.6
Browse files Browse the repository at this point in the history
refs #1178
Closes #1188
  • Loading branch information
jnizet authored and pkozlowski-opensource committed Jan 9, 2017
1 parent 4288e22 commit 0000aa3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ import {NgbTooltipConfig} from './tooltip-config';
@Component({
selector: 'ngb-tooltip-window',
changeDetection: ChangeDetectionStrategy.OnPush,
host: {'[class]': '"tooltip in tooltip-" + placement', 'role': 'tooltip'},
// TODO remove the div.tooltip-arrow, which is there only to maintain compatibility with bootstrap alpha.4
host: {'[class]': '"tooltip show tooltip-" + placement', 'role': 'tooltip'},
template: `
<div class="tooltip-arrow"></div>
<div class="tooltip-inner"><ng-content></ng-content></div>
`
})
Expand Down

0 comments on commit 0000aa3

Please sign in to comment.