Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我升级到 1.0.0 后,按下 Android 后退按钮后模态视图不会隐藏,而是显示模态视图的视图会返回,这个 bug 很糟糕。
您可以使用:modal.hide()在模态的同一个后退按钮上。
modal.hide()
例子:
<button ng-click="modal.hide()"></button>