prohibit click blank to close the mode box

Click the delete image button,
After popping up the modal box, click on the blank space,
Modal box closed

Change-Id: I9a65eff57f2357ad03c171f0a47f864dd72ea2c1
This commit is contained in:
pengyuesheng 2018-11-02 09:29:09 +08:00
parent e211eb4cda
commit de5df89ed5
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
function modal(params) {
if (params && params.title && params.body) {
var options = {
backdrop: 'static',
controller: 'SimpleModalController as modalCtrl',
templateUrl: path + 'modal/simple-modal.html',
resolve: {