Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information