Skip to content

Commit

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

0 comments on commit 60fd5d9

Please sign in to comment.