Improved portability of exported JSON files, updated underscore.js

This commit is contained in:
Rashid Khan
2013-02-13 14:51:56 -07:00
parent 42b415cf26
commit 22d3fdace1
9 changed files with 40 additions and 63 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<label class="small">Title</label><input type="text" class="input-large" ng-model='dashboards.title'></input>
</div>
<div class="span1">
<label class="small"> Editable </label><input type="checkbox" ng-model="row.editable" ng-checked="dashboards.editable" />
<label class="small"> Editable </label><input type="checkbox" ng-model="dashboards.editable" ng-checked="dashboards.editable" />
</div>
</div>
<div class="row-fluid">