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

Differentiate closing dialog from rejecting it with "no" #106

Open mwtorkowski opened 9 years ago

mwtorkowski commented 9 years ago

In confirmation dialog, the result is the same if I click "x" to close dialog as well as when I click "no" button. It would be more than useful to tell if user clicked one or another. Example would be "accept invitation" dialog. You can either: click yes (accept invitation), click no (reject invitation), close dialog (don't decide yet).

m-e-conroy commented 9 years ago

@mwtorkowski You're right. I'll add this to the TODO list. Thanks.