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.
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
The text was updated successfully, but these errors were encountered:
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
If this is replaced with
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
The text was updated successfully, but these errors were encountered: