I already have the pagination implemented. Now I want the pagination to be updated after filtering my results.
The form:
You could simply use this directive instead:
https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination
It offers pagination with a filter while keeping the code nice and clean.
Kudos to michaelbromley for the great code.