Semaphore/public/html/projects/inventory.jade

5 lines
101 B
Plaintext
Raw Normal View History

h3 Inventory
table.table
tbody: tr(ng-repeat="inv in inventory")
td {{ inv.id }} - {{ inv.type }}