summaryrefslogtreecommitdiff
path: root/src/templates/settings.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-08 12:49:53 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-08 12:49:53 +0200
commit615a043031f37fe5bc55fdf9cbc2e83a5e305908 (patch)
tree128a22f4d34934ec7c7d75a78ffea7c16c7c32fb /src/templates/settings.html
parentbcf3120d437da01fda78397a345bf805b008eb7a (diff)
downloadbeer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.gz
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.bz2
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.xz
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.zip
wip
Diffstat (limited to 'src/templates/settings.html')
-rw-r--r--src/templates/settings.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/templates/settings.html b/src/templates/settings.html
new file mode 100644
index 0000000..5147065
--- /dev/null
+++ b/src/templates/settings.html
@@ -0,0 +1,14 @@
+<div>
+ <h2>Settings</h2>
+ <a href="#/">back</a>
+ <label>
+ showSettings
+ <input type="checkbox" ng-model="ctrl.settings.showSettings">
+ </label>
+
+ <label>
+ clientId
+ <input type="text" ng-model="ctrl.settings.clientId">
+ </label>
+
+</div>