This repository was archived by the owner on Sep 5, 2024. It is now read-only.
interimElement: finish animation of previous element #8624
Labels
has: Pull Request
A PR has been created to address this issue
P2: required
Issues that must be fixed.
type: bug
Uh oh!
There was an error while loading. Please reload this page.
The
$$interimElement
factory currently only supports singleinterimElements
at the same time.This is intentionally, but it doesn't work properly for some components.
(See Toasts overlap #4822, $mdToast increases watchers but does not remove them if multiple toasts are displayed within a digest. #5193)
This is caused by the
$$interimElement
's item stack.Once a second interim element is opening, we cancel the previous interim element and show the new one after the animation has started
This is not correct, because we should wait for the animation to be finished
The text was updated successfully, but these errors were encountered: