ocombe / ocModal

An angularJS modal directive & service
66 stars 16 forks source link

Dismiss modal when clicking on backdrop #19

Open AmirSavand opened 6 years ago

sato-sh commented 6 years ago

@AmirSavand If you are using this as well as bootstrap then the class names clash. Bootstraps .modal-dialog class has "pointer-events:none" set, which blocks the default behaviour that you are asking about. Override this class with pointer-events:auto and the default is restored