plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

Adds support for large and small modals #29

Closed Andreas-Hjortland closed 4 years ago

Andreas-Hjortland commented 8 years ago

Sorry about all the sudden pull requests, but I wanted this functionality and as far as I understood we don't have support for custom templates for the modal-dialog class yet.

I am actually not sure if you should accept this pull request based on your comment in the issue this will resolve ( #10 ). I have added support for large and small modals by using <modal large.bind="isLarge()" small.bind="isSmall()">...</modal>.

sukobuto commented 8 years ago

+1