compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

modal-footer not suported? #43

Open UltimateFighter opened 8 years ago

UltimateFighter commented 8 years ago

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>