我正在使用 angularjs-ui/bootstrap,只想打开一个模态窗口,然后在打开它之前关闭其他模态。通过调用 "$('.modal').modal('hide')" 仅适用于常规 bootstarp 模态,但不确定如何通过 angularjs-ui 制作它,在其他模态中调用dismiss方法看起来很难。
而且我需要保持模态窗口在每次显示时不保持状态,换句话说,所有控件在隐藏后都失去了价值。所以 "$('.modal').hide()" 也不适合我。
我在 github 上创建了一个问题https://github.com/angular-ui/bootstrap/issues/1173,但我不明白如何将模态包装到服务中。