Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When ajax promise takes long time to resolve, pagination bar is visible. #406

Closed
vejandla opened this issue May 29, 2015 · 1 comment
Closed
Labels

Comments

@vejandla
Copy link

In addition to just checking page.length <nav ng-if="pages.length >= 2">, you should also check for numPages, <nav ng-if="numPages && pages.length >= 2">.

When ajax promise takes long time to resolve, currently pagination bar is visible.

@vejandla vejandla changed the title When ajax promise takes long time to resolve, currently pagination bar is visible. When ajax promise takes long time to resolve, pagination bar is visible. May 29, 2015
@lorenzofox3
Copy link
Owner

sounds like a good idea, I do have that flickering too when using a custom pipe function
I'll give a try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants