瀏覽代碼

duplicate the pagination

Davide Alberani 7 年之前
父節點
當前提交
d0286e2a80
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      angular_app/event-tickets.html

+ 3 - 0
angular_app/event-tickets.html

@@ -30,6 +30,9 @@
                                 <input eventman-focus type="text" id="query-tickets" class="form-control" placeholder="{{'Name or email' | translate}}" ng-model="query" ng-model-options="{debounce: 600}">
                             </div>&nbsp;<label>&nbsp;<input type="checkbox" ng-model="registeredFilterOptions.all" /> {{'Show cancelled tickets' | translate}}</label>
                         </form>
+						<pagination ng-model="currentPage" total-items="filteredLength" items-per-page="itemsPerPage"
+                                    boundary-links="true" boundary-link-numbers="true" max-size="maxPaginationSize">
+                        </pagination>
                         <table class="table table-striped">
                             <thead>
                                 <tr>