How do I prevent angular-ui modal from closing?

后端 未结 6 793
再見小時候
再見小時候 2021-01-30 05:15

I am using Angular UI $modal in my project http://angular-ui.github.io/bootstrap/#/modal

I don\'t want user to close the modal by pressing on backdrop. I want a modal

6条回答
  •  孤街浪徒
    2021-01-30 05:34

    This is what is mentioned in documentation

    backdrop - controls presence of a backdrop. Allowed values: true (default), false (no backdrop), 'static' - backdrop is present but modal window is not closed when clicking outside of the modal window.

    static may work.

提交回复
热议问题