You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
In addition to just checking
page.length <nav ng-if="pages.length >= 2">
, you should also check fornumPages, <nav ng-if="numPages && pages.length >= 2">
.When ajax promise takes long time to resolve, currently pagination bar is visible.
The text was updated successfully, but these errors were encountered: