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

I tried testing this with Chromevox and it has issues with reading the icons (title icon reads as "times" and close icon reads as "multiplication button". Also when dialog is...

enhancement
help-wanted

The bootstrap bower package isn't a literal dependency for this package. With the current spec, if a developer chooses to use one of the many other ways of using bootstrap...

Hi there, I am currently using your module right now and am wondering if it supports this I want my url to change when I open a modal, and when...

Hello, i created the following method: ``` function throwErrorDialogFn(message) { var dialogTitle = 'Error'; var dialogMsg = ''; if (message === 'no-data') { dialogMsg = 'No documents'; } else if...

Hi, Whats the best practice to override the default templates for error/notify/etc ? Should I change the digits.js module or there is another way? thanks

I think this is worth looking into to see if we could clean up the templates any. https://docs.angularjs.org/api/ng/directive/ngTransclude

help-wanted
feature-request

I am getting the above error after upgrading to version 5.2.10. My bower.json is as follows: { "name": "ng-amrs", "version": "0.5.0", "dependencies": { "angular": "^1.3.0", "bootstrap": "^3.2.0", "angular-animate": "^1.3.0", "angular-cookies":...

We discovered an issue with the translate substitution when this module is used together with [angular-gettext](https://github.com/rubenv/angular-gettext). If dialogs.main is instantiated after gettext, then its translate filter will override gettext's and...

The default text for confirm dialog buttons are showing DIALOG_YES/DIALOG_NO instead of Yes/No. This problem first occurred in v5.1.0 http://codepen.io/anon/pen/KpQgEj

Hi, the title explains my question. I experienced sometimes modal is rendering before download completely. Popup labels everywhere. Is it possible to render after resolve everything ? Thank you.

question