Sha256: e17a459cd976265853d319118c61ea5b4fe3cef1d9d60eabaeca997ad35f1547
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 KB
Contents
<div class="editor-row"> <div class="section"> <div class="editor-option"> <h6>Show Controls</h6><input type="checkbox" ng-model="panel.paging" ng-checked="panel.paging"> </div> <div class="editor-option"> <h6>Overflow</h6> <select class="input-small" ng-model="panel.overflow" ng-options="f.value as f.key for f in [{key:'scroll',value:'height'},{key:'expand',value:'min-height'}]"></select> </div> </div> <div class="section"> <div class="editor-option"> <h6>Per Page</h6> <input type="number" class="input-mini" ng-model="panel.size" ng-change="get_data()"> </div> <div class="editor-option"> <h6> </h6> <center><i class='icon-remove'></i><center> </div> <div class="editor-option"> <h6>Page limit</h6> <input type="number" class="input-mini" ng-model="panel.pages" ng-change="get_data()"> </div> <div class="editor-option large"> <h6>Pageable</h6> <strong class="large">= {{panel.size * panel.pages}}</strong> </div> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems