angular-bootstrap-lightbox
angular-bootstrap-lightbox copied to clipboard
Possibly unhandled rejection: backdrop click
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 () {