How To Assign Value To Angular Pagination Custom Template?
I am using custom template for angular pagination:             
 
 
Solution 1:
Your pagination template has isolated scope and, therefore, knows nothing about vm. Try selectPage(totalPages) instead
Post a Comment for "How To Assign Value To Angular Pagination Custom Template?"