I am now running version AngularJS v1.5.8 & have experimented with the 
*limitTo* parm in different places, using my 90K record table : 

The syntax below shows a more complete list, but still in descending order 
 - I have  all my '*Zapalos*' !, 

 <tr dir-paginate="item in filtered = ( rows | filter:search:strict) | 
orderBy:predicate:reverse | itemsPerPage: pageSize |*limitTo:500 *track by 
item.Employee_Number" current-page="currentPage">

The following syntax keeps the original problem 
 <tr dir-paginate="item in filtered = ( rows | filter:search:strict |
*limitTo:500*) | orderBy:predicate:reverse | itemsPerPage: pageSize  track 
by item.Employee_Number" current-page="currentPage">





-- 
This transmission is intended for the named addressee(s) only and may 
contain confidential, sensitive or personal information and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify 
the sender immediately. All email traffic sent to or from us, including 
without limitation all GCSX traffic, may be subject to recording and/or 
monitoring in accordance with relevant legislation.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to