style changing now works again

This commit is contained in:
Torkel Ödegaard
2014-06-22 18:21:38 +02:00
parent f180707b6f
commit 186f753aec
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<label class="small">Title</label><input type="text" class="input-large" ng-model='dashboard.title'></input>
</div>
<div class="editor-option">
<label class="small">Style</label><select class="input-small" ng-model="dashboard.style" ng-options="f for f in ['dark','light']"></select>
<label class="small">Theme</label><select class="input-small" ng-model="dashboard.style" ng-options="f for f in ['dark','light']" ng-change="styleUpdated()"></select>
</div>
<div class="editor-option">
<label class="small">Time correction</label>