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

Hi, When I just to add module in my app, I got error $injector:modulerr ``` require('angular-dialog-service') angular.module("altmeApp", ['ui.bootstrap', ngRoute, ngCookie, 'btford.socket-io', 'route-segment', 'view-segment', 'toggle-switch', 'dialogs.main']) ``` ``` Failed to instantiate...

![image](https://user-images.githubusercontent.com/32274987/55232712-03129200-522f-11e9-9cc2-bcb5d18b4efe.png) When i try to select a option, it's not fitting in the modal

Add a flag to use font-awesome 5 classes instead of font-awesome 4

I've added 'resolve' as the last param and kept data for legacy support. My use case is to use the same controller for full page and modal, which requires to...

completes issue https://github.com/m-e-conroy/angular-dialog-service/issues/106 just added a function to the confirm controller and added it to the X in the dialog. as a "Cancel" or "Indertermined" state.

Hi there, I would like for the user to be able to drag / move the dialog around the screen. How can I do this?

Hey We are using `dialogs` directly in our code, now I want to change default options for all dialogs with out going and changing all call instances, is there any...

Hello, I'm not able to do functions like ng-repeat or ng-show work within modal. Any solution?

Would you accept a PR for adding an option to hide the X button for the dialogs?