m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Angular bootstrap modal #186

Closed Tommy9021 closed 7 years ago

Tommy9021 commented 7 years ago

I'm using ui-bootstrap-tpl version 2.4.0 with Angular Dialog Service, and I have a problem with modal.

Problem occurs when I close modal:

If I click OK, it closed and no error. If I click Cancel, it closed but have an error in console window: Possibly unhandled rejection: cancel If I click outside modal, it closed but have an error: Possibly unhandled rejection: backdrop click Anyway to fix it? Thanks alot!