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
backdrop : 'static'
Will work for 'click' events but still you can use "Esc" key to close the popup.
keyboard :false
to prevent popup close by "Esc" key.
Thanks to pkozlowski.opensource for answer.
I think question is duplicate of Angular UI Bootstrap Modal - how to prevent user interaction