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 Apr 12, 2024. It is now read-only.
I have two input elements and I'm hiding div on "ng-focus" and showing the same div on "ng-blur". Everything is working fine if I click on one input element and off that element again.
Problem is when I will click from one input element to another and then off so no input elements have focus. Variable is changing as predicted but element is not showing up because "ng-animate" class is stuck on that element and adding "ng-hide" class is not hiding it anymore.