cipchk / ngx-bootstrap-modal

simplify the work with bootstrap modal dialogs
https://cipchk.github.io/ngx-bootstrap-modal
MIT License
22 stars 7 forks source link

内置模态框:参数backdrop设置为字符串 'static' ,点击背景依旧会关闭 #2

Closed guoguo13 closed 7 years ago

guoguo13 commented 7 years ago

version: ^1.0.10

code: doHotelsSearch() { this.dialogService.show(<BuiltInOptions>{ content: '<div><img class="" src="assets/images/logo/LOGO_1_large.png">加载中...</div>', className:'img-loading', showCancelButton: false, showConfirmButton: false, backdrop: 'static' }) }