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