You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see some kind of support form modal-lg and modal-sm. Perhaps transferring any attached classes on to the div with class="modal-dialog". Or perhaps another binding:
<modal showing.bind="showing" size.bind="lg">
Perhaps even allowing the consumer of this plugin to supply their own "modal.html" template, for maximum flexibility.
The text was updated successfully, but these errors were encountered:
Supplying their own templates is 100% the goal of this project. The reason using content selectors is so powerful is that we want to provide the author the ability to provide override templates at will. As far as the various sizes right now odds are that we will continue to supply a default and allow the author to extend them.
I'd like to see some kind of support form modal-lg and modal-sm. Perhaps transferring any attached classes on to the div with class="modal-dialog". Or perhaps another binding:
Perhaps even allowing the consumer of this plugin to supply their own "modal.html" template, for maximum flexibility.
The text was updated successfully, but these errors were encountered: