Hide tabs when only 1 view

This commit is contained in:
Paulus Schoutsen 2016-08-13 09:38:59 -07:00
parent 53ba2cc455
commit 8f0044778e

View File

@ -52,7 +52,7 @@
on-tap="handleListenClick"></paper-icon-button> on-tap="handleListenClick"></paper-icon-button>
</app-toolbar> </app-toolbar>
<div sticky> <div sticky hidden='[[!views.length]]'>
<paper-tabs <paper-tabs
scrollable scrollable
selected='[[currentView]]' selected='[[currentView]]'