Sha256: 5c01ad211e3eb4daa9b56e6e80f471dab83aaea8af4389e07977a41ab4e02244
Contents?: true
Size: 929 Bytes
Versions: 6
Compression:
Stored size: 929 Bytes
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></center></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
6 entries across 6 versions & 1 rubygems