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

Possibly unhandled rejection: backdrop click #86

Open hosein opened 6 years ago

hosein commented 6 years ago

I receive this error when clicking on the backdrop, and a similar one when clicking on the X to close.

To fix this, change: Lightbox.modalInstance.result['finally'](function () {

To this: Lightbox.modalInstance.result.then(function(){},function(res){}).finally(function () {