Skip to content

Commit

Permalink
add aria-label for menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed May 2, 2015
1 parent a55943d commit 73bb6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/md_base/src/app/index.jade
Expand Up @@ -17,7 +17,7 @@ html(ng-app="app", ng-controller="appController as app")
div(layout="column", role="main", flex)
md-toolbar.topbar
div.md-toolbar-tools
md-button.nav-button(hide-gt-sm, ng-click="app.openMenu()")
md-button.nav-button(hide-gt-sm, ng-click="app.openMenu()", aria-label="Show Menu")
md-icon(md-svg-icon="navicon")
b Buildbot
span.title(ng-bind="app.title")
Expand Down

0 comments on commit 73bb6e9

Please sign in to comment.