Browse Source

duplicate the pagination

Davide Alberani 7 years ago
parent
commit
d0286e2a80
1 changed files with 3 additions and 0 deletions
  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>