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

Not possible to pass scope #151

Open graphicsxp opened 8 years ago

graphicsxp commented 8 years ago

The $modal service can take the scope as parameter, but this is not currently supported by the dialog service. I'd like to open a dialog without having to create a new controller and passing data. I would simply pass the scope.

Could this be implemented in future versions ?