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
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.
static