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.
document
body
What about the 'outsideClick' option in the '$uibTooltipProvider' setTriggers method. Documentation says "The outsideClick trigger will cause the tooltip to toggle on click, and hide when anything else is clicked." Documentation