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
There are some Bootstrap 4 classes one might want to include in dialogs, such as "modal-dialog-centered" and "modal-dialog-scrollable" - short of rewriting the template code, those can be easily injected by including them in the "size" parameter for $uibModal.open. Like "size: 'md modal-dialog-centered'". So include this in the documentation as well?
The text was updated successfully, but these errors were encountered:
Morgul
changed the title
Slight update to documentation
Document use of additional modal classes in size property.
Oct 8, 2019
@alanmies That's a great idea. While adding two more properties for this wouldn't be all that hard, this change makes for a pretty nice work around until/if that happens.
There are some Bootstrap 4 classes one might want to include in dialogs, such as "modal-dialog-centered" and "modal-dialog-scrollable" - short of rewriting the template code, those can be easily injected by including them in the "size" parameter for $uibModal.open. Like "size: 'md modal-dialog-centered'". So include this in the documentation as well?
The text was updated successfully, but these errors were encountered: