Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
feat(mdUtil): add md-overflow-wrapper-shown class to DOM
Browse files Browse the repository at this point in the history
closes #2369
  • Loading branch information
rschmukler committed Apr 16, 2015
1 parent 3b3d020 commit 5a02809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ angular.module('material.core')
}

var wrapperEl = angular.element('<div>');
disableTarget.addClass('md-overflow-wrapper-shown');
wrapperEl.append(disableTarget.children());
disableTarget.append(wrapperEl);

Expand Down

0 comments on commit 5a02809

Please sign in to comment.