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

feat: support component api of bootstrap dialog #189

Closed roychoo closed 6 years ago

roychoo commented 6 years ago

Hi,

as angular-bootstrap modal supporting component param, which my current project is using, thus submitting this PR.

  1. created a new method createWithComponent, let me know if is ok.

  2. i also edited the test due to the change of name of the injectable service.