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?