-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Tooltip: attribute tooltip-is-open throws error when boolean is passed #4362
Comments
Could you please create a plunker for that? |
I'm getting (As an aside, the angular-popover-toggle directive is non-functional for me in 0.13.4, but dropping to 0.13.3 allows it to be used as a workaround.) |
I would need a plunker as well for the related issue @outofculture. If the aside is a different issue, please open an issue with a plunker. |
I'm using angular |
Just bump the version that plunker has (I tried to update but it is brokish):
|
Yeah, it was related to expressions |
Will there be a new release soon with this bug fix? |
@ima-tech we are targeting this week, even tomorrow perhaps. |
|
The is-open attribute should work with expressions as well as model values Closes angular-ui#4380 Fixes angular-ui#4362
The is-open attribute should work with expressions as well as model values Closes angular-ui#4380 Fixes angular-ui#4362
Hi, I'm trying to use the tooltip with this behavior:
On rollover the tooltip open
On click outside the tooltip close
click-outside
is a directive which fires on click outside event.I've also tried with and without
tooltip-trigger="none"
but the problem persistswhen I fire
mouseenter
event orclick-outside
I get this error:Am I wrong with some practice or is the
tooltip-is-open
attribute has some problem?The text was updated successfully, but these errors were encountered: