changeset 87:d17b92663d50

Rename deprecated material2 sidebar alias.
author Lucas Thompson <dev@lucas.im>
date Thu, 23 Feb 2017 16:13:14 +0000
parents 0ce9ef20232e
children 4aa6b1266251
files src/app/app.component.css src/app/app.component.html
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/app.component.css	Thu Feb 23 16:12:42 2017 +0000
+++ b/src/app/app.component.css	Thu Feb 23 16:13:14 2017 +0000
@@ -2,7 +2,7 @@
   flex: 1 1 auto;
 }
 
-md-sidenav-layout {
+md-sidenav-container {
   height: calc(100vh - 64px); /* height of window minus the toolbar height*/
 }
 
--- a/src/app/app.component.html	Thu Feb 23 16:12:42 2017 +0000
+++ b/src/app/app.component.html	Thu Feb 23 16:13:14 2017 +0000
@@ -15,7 +15,7 @@
   </md-menu>
 </md-toolbar>
 
-<md-sidenav-layout>
+<md-sidenav-container>
   <md-sidenav align="end" mode="side" opened>
     <md-tab-group>
       <md-tab label="Playback">
@@ -31,4 +31,4 @@
   <app-waveform
     [audioBuffer]="audioBuffer"
     ></app-waveform>
-</md-sidenav-layout>
+</md-sidenav-container>