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 Sep 5, 2024. It is now read-only.
I don't know if it is a angular-translate problem or a material problem, but the fix (#1279) only is working for hardcoded labels (... placeholder="whatever" ...). If I use angular-translate (... placeholder="{{'key' | translate}}" ...) the result is fine if the field is not in focus, if I click on it the placeholder appears 2 times (looks like I am drunk lol).