Created
October 20, 2015 14:56
-
-
Save nbortolotti/01334297069df865b8fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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