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