Created
September 30, 2015 17:36
-
-
Save jorgeguberte/c2b3d8d009c1e16d198f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<md-content flex layout-padding> | |
<div layout="column" layout-fill layout-align="top center"> | |
<p> | |
The left sidenav will 'lock open' on a medium (>=960px wide) device. | |
</p> | |
<p> | |
The right sidenav will focus on a specific child element. | |
</p> | |
<div> | |
<md-button ng-click="toggleLeft()" class="md-primary" hide-gt-md>Toggle Left</md-button> | |
</div> | |
</div> | |
<div flex> | |
</div> | |
</md-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment