Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui-sref-active): Add CSS class immediately (avoid delay)
- a timeout is used to allow the CSS class to be added in an ng-repeat, where angular resets the class="" attr from the expression - also add the class without a timeout, to avoid flicker Closes #2503
- Loading branch information