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

Tooltip and popover does not work with Angular 1.3.2 #2947

Closed
pippo3 opened this issue Nov 10, 2014 · 3 comments
Closed

Tooltip and popover does not work with Angular 1.3.2 #2947

pippo3 opened this issue Nov 10, 2014 · 3 comments

Comments

@pippo3
Copy link

pippo3 commented Nov 10, 2014

Today I updated Angular to version 1.3.2 and I see that the tooltips and popovers does not work anymore. You can see it here http://plnkr.co/edit/NdEitaZ0wPwUzWmmGei4?p=preview

If I use Angular ver. 1.3.0 it works. Any ideas?

@ghost
Copy link

ghost commented Nov 10, 2014

I just run into this problem aswell and did some investigation. Its actually starting from angular 1.3.1.
We used tooltip and did not specify the placement attribute. Which normally defaults to 'top'.
$observe appearantly checks if the attribute is set and if not assigns the default value. I read in the angular changelog something about observe, might be related?
When we do add the attribute, the tooltip works again. I will add a plunker tomorrow.

@mvhecke
Copy link
Contributor

mvhecke commented Nov 11, 2014

Seems like this is a duplicate of #2828.

@chrisirhc
Copy link
Contributor

Indeed and this should already be resolved on master.

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

No branches or pull requests

3 participants