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

how can i close dialog from service? #180

Closed raftx24 closed 8 years ago

raftx24 commented 8 years ago

hi man. I open dialog from a service how I can close it from there? assume I want to show a waiting dialog when a request is in progress. after request completed i want to close it from that service.

raftx24 commented 8 years ago

i solved it with broadcasting ;-)