UNPKG
ayla
Version:
latest (0.1.0)
0.1.0
0.0.9
Ayla at your service.
ayla.codeplex.com
ayla
/
views
/
home.lights.jade
16 lines
(15 loc)
•
475 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extends
layout
block
contents
#home-lights
table
thead
tr
td
.name
Light
td
.state
State
td
.colour
Colour
tbody
each
light
in
hub
.lights
tr
td
.name
(data-bind=
"text: name"
)
td
.state
(data-bind=
"text: state"
)
td
.colour
(data-bind=
"text: colour"
)