summaryrefslogtreecommitdiff
path: root/src/templates/settings.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-08 17:59:56 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-08 17:59:56 +0200
commit694cc18a40ae5c71ec280b3aea2e1fa4d51ab640 (patch)
treeb052776e72bab7d9fed89975a5b2dd44049eb418 /src/templates/settings.html
parenta767c17582caf9df45df587451773ee6f7bc2e49 (diff)
downloadbeer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.gz
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.bz2
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.xz
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.zip
wip
Diffstat (limited to 'src/templates/settings.html')
-rw-r--r--src/templates/settings.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/templates/settings.html b/src/templates/settings.html
index f118e47..cca9f22 100644
--- a/src/templates/settings.html
+++ b/src/templates/settings.html
@@ -1,4 +1,4 @@
-<div ng-init="clientId = ctrl.settings.clientId(); showSettings = ctrl.settings.showSettings()">
+<div>
<h2>Settings</h2>
<p>
@@ -8,14 +8,21 @@
<p>
<label>
showSettings
- <input type="checkbox" ng-model="ctrl.showSettings">
+ <input type="checkbox" ng-model="ctrl.settings.showSettings">
</label>
</p>
<p>
<label>
clientId
- <input type="text" ng-model="ctrl.clientId">
+ <input type="text" ng-model="ctrl.settings.clientId">
+ </label>
+ </p>
+
+ <p>
+ <label>
+ TS
+ <input type="text" ng-model="ctrl.settings.tsUrl">
</label>
</p>