dougludlow / ng2-bs3-modal

Angular Bootstrap 3 Modal Component
http://dougludlow.github.io/ng2-bs3-modal/
ISC License
261 stars 133 forks source link

Modal is not showing, there is a display:none by default in the 0.13.0 version #229

Open alehyen opened 6 years ago

alehyen commented 6 years ago

when clicking in the button to open the modal, it won't show up, after tracking the element in the console I noticed that there is a dislplay:none in the css of the modal, just disable it in the chrome console and the modal show up. modal-not-showing-up