Sampath
Sampath

Reputation: 65870

Stop the closing of modal popup when user clicks the background area

I'm using this Angular modal popup.Could you tell me how to stop the closing of modal popup when user clicks the background area ? I mean without using the Close or Cancel button of the popup.

Plunker

Upvotes: 0

Views: 854

Answers (1)

Wawy
Wawy

Reputation: 6269

Pass the option when invoking the modal to open:

backdrop: 'static'

Upvotes: 4

Related Questions