We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02d56a commit 526ad97Copy full SHA for 526ad97
src/js/service.js
@@ -34,6 +34,7 @@ function treeService($mdUtil, $animateCss) {
34
.start()
35
.then(function () {
36
container.css('max-height', 'none');
37
+ container.css('opacity', '');
38
container.removeClass('md-overflow md-show');
39
element.removeClass('md-no-animation');
40
});
@@ -59,6 +60,7 @@ function treeService($mdUtil, $animateCss) {
59
60
})
61
62
63
64
container.removeClass('md-overflow md-hide');
65
66
$mdUtil.disconnectScope(scope);
0 commit comments