ng2-bootstrap-modal icon indicating copy to clipboard operation
ng2-bootstrap-modal copied to clipboard

First modal doesn't have animation

Open celsomtrindade opened this issue 8 years ago • 1 comments

The first modal to ever be opened doesn't have animation. By looking at the html I noticed it doesn't have the element <dialog-holder>, only after I opened the first modal, after that, all of the others have the proper animation.

celsomtrindade avatar Jul 13 '17 12:07 celsomtrindade

find this file node_modules\ng2-bootstrap-modal\src\dialog-holder.component.ts change some code ,remove setTimeout function setTimeout(() => { this._removeElement(component); }, 300); --> this._removeElement(component);

and ## remove transition in css

NiLinli avatar Sep 14 '17 08:09 NiLinli