Files
ui-bootstrap4/template/modal/window.html
T
Dale Cameron 645413b3f5 feat - add scollable property to modal
Adds optional property scrollable to modal. Fixes issue #61
2020-10-07 14:47:54 -05:00

2 lines
166 B
HTML

<div class="modal-dialog {{size ? 'modal-' + size : ''}} {{scrollable ? 'modal-dialog-scrollable': ''}}"><div class="modal-content" uib-modal-transclude></div></div>