From 0266bdd60cb9cccf20a5ded3eba72ea833bee72d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 20 Oct 2015 23:18:16 +0200 Subject: o Adding a webapp. o Using di.js as dependency injection framework. --- web/app/templates/device.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 web/app/templates/device.html (limited to 'web/app/templates/device.html') diff --git a/web/app/templates/device.html b/web/app/templates/device.html new file mode 100644 index 0000000..ae028b5 --- /dev/null +++ b/web/app/templates/device.html @@ -0,0 +1,21 @@ +
+ +

+ {{ctrl.device.key}} + device +

+ + + +

Properties

+ + +
-- cgit v1.2.3