Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Created October 20, 2015 14:56
Show Gist options
  • Save nbortolotti/01334297069df865b8fd to your computer and use it in GitHub Desktop.
Save nbortolotti/01334297069df865b8fd to your computer and use it in GitHub Desktop.
<iron-pages attr-for-selected="data-route" selected="{{route}}">
<section data-route="home">
<paper-material elevation="1">
<!-- contenido -->
<mi-saludo></mi-saludo>
</paper-material>
<paper-material elevation="0">
<!-- contenido -->
</paper-material>
<paper-material elevation="2" class="paper-font-body2">
<!-- contenido -->
</paper-material>
</section>
</iron-pages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment