angular-bootstrap-lightbox
angular-bootstrap-lightbox copied to clipboard
modal-footer not suported?
When i added a footer to modal view, then it is visible under the white background.
<div class="modal-body">
...
</div>
<div class="modal-footer">
<p>The Footer</p>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>