-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Tooltip not well positioned when used on a button group #233
Comments
@uniqx when it comes to binding there were 2 problems in your plunker:
http://egghead.io/video/angularjs-the-dot/ Here is a plunk with bindings working: http://plnkr.co/edit/tugui4?p=preview When it comes to the tooltip positioning, I need to look into it. @joshdmiller there was something like this already, no? |
OK, some more update: you had a type in your model key (description for banana) so the tooltip was empty. Empty tooltips don't show up at all. After this is fixed we still got positioning problem: http://plnkr.co/edit/tugui4?p=preview |
OK, so the trick is that |
Twitter solved this with the I hope to open a PR on Monday. |
Wow, thanks a lot. :) |
@pkozlowski-opensource - just wanted to add my thanks for explaining that {{}} is not required in ng-repeat, I had going crazy trying to work out why I couldn't get that to work until I stumbled across this (and now I also have a better understanding of scopes in Angular). Cheers! |
chore(bower): remove cruft from bower package
Radio Buttons are not operational when the buttons are built with a ng-repeat directive.
Also the tooltip on Radio Buttons appears at a unexpected location.
Demonstration: http://plnkr.co/edit/rW0z4t?p=preview
Would be really awesome if you could look into this issue, because I have honestly no clue how to get around this problem.
Thanks in advance. :)
The text was updated successfully, but these errors were encountered: