@@ -66,7 +66,7 @@ <h1 class="md-toolbar-tools" flex layout="column">
6666      < div  class ="md-toolbar-tools " ng-click ="openMenu() " flex  layout ="column "> 
6767
6868        < div  layout ="row " flex > 
69-           < button  class ="menu-icon " show   hide-gt-md  aria-label ="Toggle Menu " style ="position: relative; top: -5px; "> 
69+           < button  class ="menu-icon " hide-gt-md  aria-label ="Toggle Menu " style ="position: relative; top: -5px; "> 
7070            < md-icon  icon ="img/icons/ic_menu_24px.svg "> </ md-icon > 
7171          </ button > 
7272          < div  style ="line-height: 28px; " hide-sm  ng-if ="menu.currentSection.name "> {{menu.currentSection.name}}</ div > 
@@ -77,15 +77,15 @@ <h1 class="md-toolbar-tools" flex layout="column">
7777          < div  flex > </ div > 
7878
7979          < div  ng-repeat ="doc in currentComponent.docs "> 
80-             < md-button  ng-href ="#{{doc.url}} "  
80+             < md-button  ng-href ="#{{doc.url}} "
8181              ng-class ="{hide: path().indexOf('demo') == -1} "
8282              aria-label ="{{ doc | humanizeDoc }} "> 
8383              {{doc | humanizeDoc | directiveBrackets}}
8484            </ md-button > 
8585          </ div > 
8686
8787          < md-button  ng-class ="{hide: !currentDoc} "
88-             ng-href ="#/demo/{{currentComponent.name}} "  
88+             ng-href ="#/demo/{{currentComponent.name}} "
8989            style ="position: relative; padding-left: 30px; margin-right: 15px; "> 
9090            < md-icon  icon ="/img/icons/ic_play_arrow_24px.svg " style ="
9191                height: 28px; 
@@ -96,20 +96,20 @@ <h1 class="md-toolbar-tools" flex layout="column">
9696          </ md-button > 
9797
9898          < md-button  ng-class ="{hide: !currentDoc} "
99-             ng-href ="{{currentDoc.githubUrl}} "  
99+             ng-href ="{{currentDoc.githubUrl}} "
100100            style ="position: relative; padding-left: 30px; margin-right: 15px; "> 
101101            < md-icon  icon ="/img/icons/ic_launch_24px.svg " style ="
102102                height: 28; 
103103                position: absolute; 
104104                left: 0px; 
105105                top: -3px; "> </ md-icon > 
106106            < span  hide-sm > View on Github</ span > 
107-             < span  hide   show -sm> Source</ span > 
107+             < span  hide-gt -sm > Source</ span > 
108108          </ md-button > 
109109
110110          < md-button  ng-class ="{hide: !currentDoc} "
111-             ng-href ="{{currentDoc.githubEditUrl}} "  
112-             hide-sm   
111+             ng-href ="{{currentDoc.githubEditUrl}} "
112+             hide-sm 
113113            style ="position: relative; padding-left: 30px; "> 
114114            < md-icon  icon ="/img/icons/ic_launch_24px.svg " style ="
115115                height: 28; 
0 commit comments