1

I am trying to create a popover that I can open and close with my custom events. I tried to follow this answer and create my custom popover using:

.directive( 'myPopover', [ '$tooltip', function ( $tooltip ) {
  return $tooltip( 'myPopover', 'myPopover', 'openTrigger' );
}]);

But that didn't work.

I created a plnkr sample.

Community
  • 1
  • 1
special0ne
  • 6,063
  • 17
  • 67
  • 107

0 Answers0