angular-materialize icon indicating copy to clipboard operation
angular-materialize copied to clipboard

Pagination bug with ng-animate

Open andfk opened this issue 9 years ago • 2 comments

Describe the error in 1 sentence

Pagination is showing twice when transition of page change

Steps to reproduce

Inject ng-animate and use component on page, then click to change page.

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

andfk avatar Nov 15 '16 15:11 andfk

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).

webbiesdk avatar Dec 23 '16 22:12 webbiesdk

add to your sheet style :

.pagination .waves-effect { transition: none !important;
}

uscamayta1986 avatar Aug 16 '17 03:08 uscamayta1986