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
Call $sope.$apply() at the end of a user initiated (here: only when the user has clicked on the x inside the popup) onpopupclose event.
Currently the user selection in the sidebar does not get removed when a user closes the pop up this way. This is because the scope doesn't get updated in that case.