You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: