Hide Angular UI Bootstrap popover when clicking outside of it

后端 未结 12 2153
野趣味
野趣味 2020-11-30 07:37

I am trying to manually close a bootstrap popover to get it to close when I click anywhere on the document or body that isn\'t the popover.

12条回答
  •  暖寄归人
    2020-11-30 07:42

    I had the same issue and popover-trigger="'outsideClick'" worked for me. Interesting that the documentation did not state this issue.

提交回复
热议问题