Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

uibModalTransclude is not animatable #6023

Closed
cleavera opened this issue Jun 16, 2016 · 1 comment
Closed

uibModalTransclude is not animatable #6023

cleavera opened this issue Jun 16, 2016 · 1 comment

Comments

@cleavera
Copy link

Description:

Within the modal, the uibModalTransclusion directive does not trigger ng-enter and ng-enter-active classes when the modal is appended. This is because in the transclusion function it calls

element.append(clone);

If this is replaced with

$animate.enter(clone, element);

Then it will trigger the animation cycle and allow them to be hooked into.

Version of Angular, UIBS, and Bootstrap

Angular: Any

UIBS: 1.3.3

Bootstrap: Any

@wesleycho
Copy link
Contributor

Up for filing a PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants