Last active
August 31, 2017 15:34
-
-
Save jecfish/4582c2fe6921323c8e596f3a78edd643 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- top-message.template.html --> | |
<div class="top-message"> | |
<p> | |
Built with: | |
<a target="_blank" href="https://www.polymer-project.org/blog/2017-08-23-hands-on-30-preview.html"> | |
POLYMER 3.0 PREVIEW | |
</a> | |
</p> | |
<p> | |
Flip any card to start. | |
</p> | |
<p> | |
<!-- TODO: i need something like polymer expressions, angularjs filters --> | |
{{ displayTime.hour }}: {{ displayTime.minute }}: {{ displayTime.second }} | |
</p> | |
</div> | |
<style> | |
// css here | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment