1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-25 01:29:04 +01:00
Files
frontend/src/components/display-time.html
T
Paulus Schoutsen 8e143c2e44 ES6 Polymer version
2015-07-12 17:31:41 -07:00

6 lines
165 B
HTML

<link rel="import" href="../../bower_components/polymer/polymer.html">
<dom-module id="display-time">
<template>[[computeTime(dateObj)]]</template>
</dom-module>