Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Popover with template in 1.2.0 version #5549

Closed
yahortsaryk opened this issue Feb 27, 2016 · 4 comments
Closed

Popover with template in 1.2.0 version #5549

yahortsaryk opened this issue Feb 27, 2016 · 4 comments

Comments

@yahortsaryk
Copy link

It seems that ui.bootstrap.popover with a Template is broken in new 1.2.0 version. It even doesn't work on official example at https://angular-ui.github.io/bootstrap/ (click 'Popover With Template' button)

@icfantv
Copy link
Contributor

icfantv commented Feb 27, 2016

Good catch on this. Thanks.

@wesleycho
Copy link
Contributor

This is an interesting defect - the tooltip class has display: block, but the popover class has display: none. Looking into this, we will probably release 1.2.1 asap after this is fixed.

@wesleycho
Copy link
Contributor

A quick fix is to define .popover { display: block; } in your CSS

@wesleycho wesleycho added this to the 1.2.1 milestone Feb 27, 2016
@jibap
Copy link

jibap commented Mar 8, 2016

And what about [uib-popover-html-popover] ? also missing, no ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants