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
fix(pagination): avoid initial double firing of paginationChanged
When initially loading a grid with `ui.grid.pagination` enabled, **paginationChanged** is triggered two times since the watcher values transition from `undefined` to the **initial value**
Found while developing a `pageSize` feature on an alternate pagination project: michaelbromley/angularUtils#212
0 commit comments