Improved portability of exported JSON files, updated underscore.js
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user