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.
Isolate scope contents should be the same after hiding and showing the
tooltip. The isolate scope's parent should also always be set to the
directive's scope correctly.
fix(tooltip): link on demand
- Calling $digest is enough as we only need to digest the watchers in
this scope and its children. No need to call $apply.
- Set invokeApply to false on $timeout for popUpDelay
- No need to test for cached reference when tooltip isn't visible as
the tooltip has no scope.
Closes#1450Closes#1191Closes#1455
0 commit comments