angular-dialog-service icon indicating copy to clipboard operation
angular-dialog-service copied to clipboard

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap

Results 41 angular-dialog-service issues
Sort by recently updated
recently updated
newest added
trafficstars

A useful API method for this dialog service to provide would be warn() . There are messages that are in between notify() and error() in severity. If you encounter a...

I'm used to have the "OK" button on the very right of a dialog, the "cancel" on its left. Right now the template for the confirm dialogs is the other...

enhancement

I have been using angular-dialog-service with ui-bootstrap-0.12.1 successfully for sometime, but with ui-bootstrap-0.13.0 neither the close button, the X button, or clicking on the backdrop closes the dialogs. Custom dialogs...

Has anyone developed a pattern for mocking the dialog use? They acre a little like promises, but are not, so I can't use a promise in a mock. Here is...

I don't see a link in the README to a usage document.

enhancement

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...

enhancement

i really like this package i was using bootbox before this but it wasnt integrated with angular, the only missing feature would be that bootbox places the focus on a...

enhancement

The msg for 'ng-bind-html' could be assigned with $sce.trustAsHtml(msg)

Hello, I'm wondering if data-dismiss="modal" should work or if I must use ng-click="close()" and implement a close function in each controller ? This not a necessity but it would save...

First off, thanks very much for such awesome code and functionality; I've been struggling to make Bootstrap modals work properly for quite some time, and this provides an excellent alternative....