shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

Dialog doesn't open after update to Angular 6 #441

Closed Alados closed 6 years ago

Alados commented 6 years ago

IMPORTANT: Please provide a sample using: http://plnkr.co/edit/lV7zsw7Yqossgs9JOfQU?p=preview

Bug

Dialog exist in html, but it is invisible for user. It started to happen after updating Angular to 6 version.

Dialog should open

It started to happen after updating Angular to 6 version.

greg73 commented 6 years ago

Are you using Bootstrap 3? If so you need to call bootstrap3Mode()

Alados commented 6 years ago

Problem was with our styles, issue might be close