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