Angular ui-bootstrap: 模式在点击背景时未关闭

Angular ui-bootstrap: Modal not dismissed on backdrop click

使用 ui-bootstrap 版本 0.13 时,在单击背景时不会关闭模式。 (即使背景未设置为 'static')

$modal.open({
        ...
        backdrop: true,
        ...
});

this plunker 中说明了问题。 plunker 的第二个版本显示相同的代码适用于 ui-bootstrap.

的 0.6 版

有人知道如何解决这个问题吗?

与 Bootstrap CSS 2.3.x 兼容的 ui-bootstrap 的最后一个版本是 ui-bootstrap 0.8.0。因此,您需要将 Bootstrap CSS 更新为 3.x 或坚持使用 ui-bootstrap 0.8.0.

This version of the library (0.13.0) works only with Bootstrap CSS in version 3.x. 0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.

https://angular-ui.github.io/bootstrap/