dwmkerr / angular-modal-service

Modal service for AngularJS - supports creating popups and modals via a service.
MIT License
626 stars 321 forks source link

feat: Add a wrapper option #232

Closed HollyPony closed 6 years ago

HollyPony commented 6 years ago

Add a simple wrapper option to encapsulate the template in a div.

I find it useful to manage dynamic modal based on routes (like my own use case), and not have to manage a third part element with appendElement option.

I'm open to discussions (since it's my first contact with you 🤗)

HollyPony commented 6 years ago

Then ... that now I see dev is outdated -_-