I seem to be encountering a problem displaying the paged results when the results (i.e. rows in a table) are contained in the Bootstrap.UI tab component.
I've stepped through code to see what might be happening but a paged result collection does seem to be returned from the itemsPerPage filter when called for the pagination id concerned, just no results are actually rendered. The pager itself does render with the expected number of pages.
I don't get any script errors either suggesting I may have configured dirPagination incorrectly.
Also, the same markup / expression works fine outside of the component, so this leads me to believe it is the component causing some confusion.
Any ideas why this may be? I was hoping the paging would work within these tabs.
I'm fairly new to Angular, so apologies for my lack of knowledge.