scope.$on('$destroy', function () {
          if (popover) popover.destroy();
          options = null;
          popover = null;
        });