<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>