Skip to content

Instantly share code, notes, and snippets.

@jorgeguberte
Created September 30, 2015 17:36
Show Gist options
  • Save jorgeguberte/c2b3d8d009c1e16d198f to your computer and use it in GitHub Desktop.
Save jorgeguberte/c2b3d8d009c1e16d198f to your computer and use it in GitHub Desktop.
<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