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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular bootstrap modal

Tommy9021 opened this issue · comments

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!