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 has been archived by the owner on May 29, 2019. It is now read-only.
...with testIsOpen left undefined, the popover will be visible by default. You can test it yourself by copying this code inside the popover sample plunkr.
The text was updated successfully, but these errors were encountered:
This is a rollup commit intended to address several
issues around the positioning and parsing of
attributes.
- Fixes issue introduced under PR angular-ui#4311 where setting
height and width in tooltip position function
messed up arrow placement.
- Fixes issue introduced under PR angular-ui#4363 where setting
visibility to hidden in tooltip position function
caused elements in popover to lose focus.
- Fixes issue angular-ui#1780 where tooltip would render if
content was just whitespace.
- Fixes issue angular-ui#3347 where tooltip isolate scope was
being accessed after it was set to null. Observers
will now be created/destroyed as tooltip opens/closes
which will also offer a performance improvement.
- Fixes issue angular-ui#3557 by implementing evalAsync to set
tooltip scope isOpen property.
- Fixes issue angular-ui#4335 where if model isOpen property is
undefined, tooltip would call show/hide toggle function.
- Closes PR angular-ui#4429 where how the templated content
was being evaluated could cause an infinite digest loop.
Closesangular-ui#4400Closesangular-ui#4418Closesangular-ui#4429Closesangular-ui#4431Closesangular-ui#4455Fixesangular-ui#1780Fixesangular-ui#3347Fixesangular-ui#3557Fixesangular-ui#4321Fixesangular-ui#4335
jasonaden
pushed a commit
to deskfed/bootstrap
that referenced
this issue
Jan 8, 2016
This is a rollup commit intended to address several
issues around the positioning and parsing of
attributes.
- Fixes issue introduced under PR angular-ui#4311 where setting
height and width in tooltip position function
messed up arrow placement.
- Fixes issue introduced under PR angular-ui#4363 where setting
visibility to hidden in tooltip position function
caused elements in popover to lose focus.
- Fixes issue angular-ui#1780 where tooltip would render if
content was just whitespace.
- Fixes issue angular-ui#3347 where tooltip isolate scope was
being accessed after it was set to null. Observers
will now be created/destroyed as tooltip opens/closes
which will also offer a performance improvement.
- Fixes issue angular-ui#3557 by implementing evalAsync to set
tooltip scope isOpen property.
- Fixes issue angular-ui#4335 where if model isOpen property is
undefined, tooltip would call show/hide toggle function.
- Closes PR angular-ui#4429 where how the templated content
was being evaluated could cause an infinite digest loop.
Closesangular-ui#4400Closesangular-ui#4418Closesangular-ui#4429Closesangular-ui#4431Closesangular-ui#4455Fixesangular-ui#1780Fixesangular-ui#3347Fixesangular-ui#3557Fixesangular-ui#4321Fixesangular-ui#4335
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I was just playing with the new popover-is-open parameter that got added in v0.13.4 and I noticed that if I use the following code...
...with
testIsOpen
left undefined, the popover will be visible by default. You can test it yourself by copying this code inside the popover sample plunkr.The text was updated successfully, but these errors were encountered: