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

Confirm Dialog Doesn't work with ui.bootstrap v1.3.3 #178

Closed rodriada000 closed 8 years ago

rodriada000 commented 8 years ago

Like the title says, I'm trying to implement a confirm dialog but it does not load correctly and is un-responsive. the only way to close it is clicking outside the dialog. I'm using ui.bootstrap 1.3.3 with bootstrap 3.0 and angularJS 1.5.5. Below is a screenshot of what shows. I checked to see if the notify dialog opens correctly and it does. brokenconfirm

rodriada000 commented 8 years ago

Wow my bad guys, I had a custom dialog created called confirmDialogCtrl which was conflicting with the template. I renamed my custom controller to confirmChangesDialogCtrl and it did the trick.