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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to pass scope

graphicsxp opened this issue · comments

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 ?