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