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
On doCheck, which, because of the initial previousCount check, it occurs when the controller bindings change; mostly the count. Therefore no parameter (false) is necessary.
The text was updated successfully, but these errors were encountered:
https://github.com/Wtower/ng-gentelella/blob/v0.2.2/gentelella/ga-paginate/ga-paginate.component.js#L68
Currently
rePaginate
accepts one argument. If true, it calls the callback to fetch data. This is used in two places:When the user changes page
On
doCheck
, which, because of the initialpreviousCount
check, it occurs when the controller bindings change; mostly the count. Therefore no parameter (false) is necessary.The text was updated successfully, but these errors were encountered: