angular-materialize
angular-materialize copied to clipboard
Pagination bug with ng-animate
Describe the error in 1 sentence
Pagination is showing twice when transition of page change
Steps to reproduce
Inject ng-animate and use
What exactly is supposed to happen
Change the active page without the flicking effect
What exactly does happens
The pagination is displayed twice between the transition
A link to a page clearly demonstrating the issue
https://plnkr.co/edit/VKBokHCb5aWOpBGMFgZA?p=preview
Your example page doesn't demonstrate the issue.
And also, I don't know a lot about the pagination directive.
Best bet is to fix it yourself (and please send a PR if you fix it).
add to your sheet style :
.pagination .waves-effect {
transition: none !important;
}