diff --git a/dev/index.html b/dev/index.html index 959e6f0..dcc1c39 100644 --- a/dev/index.html +++ b/dev/index.html @@ -46,47 +46,55 @@
Name | +Eye color | +Age | +Balance | +Company | +Favorite Fruit | +
---|---|---|---|---|---|
{{item.name.firstName}} {{item.name.middleName}} {{item.name.lastName}} | -- {{items.dept}} - | -- {{designation.status}} + | |||
{{::item.name}} | ++ {{::item.eyeColor}} | +{{::item.age}} | +{{::item.balance}} | +{{::item.balance}} | +{{::item.favoriteFruit}} |