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

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

rodriada000 opened this issue · comments

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

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.