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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
The modal and the modal backdrop don't trigger css transitions when they're being closed. They both have ng-class="{in:animate}", however the element just gets removed when $modalInstance.close() gets called. There's no such problem when the modal is being opened.