(fix) Don't hide "new" button on small screens

This commit is contained in:
Francis Lachapelle
2015-07-21 15:37:22 -04:00
parent 9c464c15ad
commit cc03430ac6

View File

@@ -583,7 +583,7 @@
</md-list>
</md-tab>
</md-tabs>
<md-button class="md-fab md-fab-bottom-right md-accent hide-sm"
<md-button class="md-fab md-fab-bottom-right"
label:aria-label="New Appointment"
ng-click="list.newComponent($event)">
<md-icon>add</md-icon>