plwalters / aurelia-bs-modal

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

Support custom buttons in modal-footer? #30

Open Andreas-Hjortland opened 8 years ago

Andreas-Hjortland commented 8 years ago

Would it be possible to add support for custom buttons in the <modal-footer> element? As of now you only support <button> and <au-button> which doesn't allow custom elements.

In my case I use a custom element <ladda> which gives the submit button a spinner when you click it.

plwalters commented 8 years ago

@Andreas-Hjortland Yes this is fine we can certainly switch to a more open content selector, PR accepted.

atsu85 commented 8 years ago

to resolve this issue, please merge my pull request https://github.com/PWKad/aurelia-bs-modal/pull/33 and run gulp build to update dist folder