Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(uiGridMenu): Only run applyHide when not shown
applyHide() was running on all GRID_SCROLL events, whether or not the menu was visible. This was causing excess $digest() loops.
- Loading branch information