Skip to content

Commit 6f79521

Browse files
committed
Adjust to make the active class work.
1 parent 6499a6f commit 6f79521

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 flex>Angular Material Accordion</h1>
3737
<md-subheader class="md-no-sticky">Caption</md-subheader>
3838

3939
<md-accordion-content md-icon="home" md-heading="Menu 1" md-arrow="true" md-accordion-collapsed="false">
40-
<md-accordion-button href="#">Submenu 1</md-accordion-button>
40+
<md-accordion-button href="#" md-active="true">Submenu 1</md-accordion-button>
4141
<md-accordion-button href="#">Submenu 2</md-accordion-button>
4242
<md-accordion-button href="#">Submenu 3</md-accordion-button>
4343
</md-accordion-content>

0 commit comments

Comments
 (0)