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 3e34f7a commit 540099eCopy full SHA for 540099e
src/components/sidenav/README.md
@@ -69,11 +69,11 @@ Here's a simple example of using the sidenav:
69
<md-sidenav #start (open)="mybutton.focus()">
70
Start Sidenav.
71
<br>
72
- <md-button #mybutton (click)="start.close()">Close</button>
+ <button md-button #mybutton (click)="start.close()">Close</button>
73
</md-sidenav>
74
<md-sidenav #end align="end">
75
End Sidenav.
76
- <md-button (click)="end.close()">Close</button>
+ <button md-button (click)="end.close()">Close</button>
77
78
79
My regular content. This will be moved into the proper DOM at runtime.
0 commit comments