dwmkerr / angular-modal-service

Modal service for AngularJS - supports creating popups and modals via a service.
MIT License
626 stars 321 forks source link

Latest version capture any angular error through the modal service #269

Open xavadu opened 5 years ago

xavadu commented 5 years ago

That is something strange, I updated to 0.15.3 and since it, any error that I have in the code, inside or outside a modal, is displayed in the console trough the code of angular-modal-service.

Per example, this error in in a component that not even use the modal service.. image

Any idea why it could be happen? there is imposible to debug on that way.