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
Add a timeout when updating vertical nav on window resize event: This reduces/eliminates the number of times a $apply already in progress exception is thrown. Although the exception is caught, some applications still detect the exception and log to the console. #308
Bug Fixes
Fixes an issue where if a notification is removed while the toast notification is still displayed, the wrong toast notification could get removed. #311