More paging improvements, moved spy settings to general

This commit is contained in:
Rashid Khan
2013-08-16 15:17:57 -07:00
parent 02f2ff29f1
commit 2e74275b42
13 changed files with 48 additions and 116 deletions
-6
View File
@@ -9,9 +9,3 @@
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa']"></select>
</div>
</div>
<h5>Panel Spy</h5>
<div class="row-fluid">
<div class="span2">
<label class="small"> Spyable </label><input type="checkbox" ng-model="panel.spyable" ng-checked="panel.spyable">
</div>
</div>