Angular Bootstrap Modal leaves backdrop open

后端 未结 6 1422
你的背包
你的背包 2020-12-09 16:04

I\'m using AngularUI to integrate Bootstrap components in my Angular 1.4 app, such as Modals.

I\'m calling a Modal in my controller like so:

var mod         


        
6条回答
  •  一向
    一向 (楼主)
    2020-12-09 16:22

    This is apparently due to a bug. AngularUI doesn't support Angular 1.4 yet. Once http://github.com/angular-ui/bootstrap/issues/3620 is resolved this will work.

提交回复
热议问题