angular_components
angular_components copied to clipboard
Tooltip does not vanish after route navigation with reusable routes
We have this AngularJS issue with AngularDart too when we use CanReuse
in a component class like a class MyComponent with CanReuse { }
, the tooltip does not vanish after route navigation.
If the with CanReuse
is removed on implementation, than the tooltip vanish.
See an example using CanReuse
and navigating to another page. The tooltip stay on top left side:
This affects MaterialPopupComponent - possibly other AngularComponents depending on it also (such as DropdownSelectComponent)
I've tried explicitly setting the visible
flag to false when onDeactivate()
is called on the parent component but with no effect.