Skip to content

Commit

Permalink
Added activator on navbar to activate the sidenav.
Browse files Browse the repository at this point in the history
Fixed - MaterialNavBar: responsive menu not opening #311
  • Loading branch information
kevzlou7979 committed May 7, 2016
1 parent 2951d09 commit 8b698d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<g:HTMLPanel>
<header>
<!-- NavBar -->
<m:MaterialNavBar ui:field="navBar" paddingLeft="20" backgroundColor="blue">
<m:MaterialNavBar activates="sideNav" ui:field="navBar" paddingLeft="20" backgroundColor="blue">
<m:MaterialNavBrand text="Starter"/>
<m:MaterialNavSection float="RIGHT">
<m:MaterialTooltip text="Starter" position="BOTTOM">
Expand Down

0 comments on commit 8b698d6

Please sign in to comment.