Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting a non valid value (not an email) after setting a good one doesnt't remove the last valid image #21

Open
phiphou opened this issue Oct 25, 2014 · 0 comments

Comments

@phiphou
Copy link

phiphou commented Oct 25, 2014

Simple to test.

1 bind a text input to the model
2 use the directive with the model value
3 start typing an email
4 notice that if your email end with .com , as you type, before typing the last "m" it correctly shows an anonymous image ([email protected] is a valid scheme)
5 finish typing you email and if your email has a gravatar linked, ok, your gravatar is displayed
6 start removing characters using backspace
7 for me, I remove the last "m"
8 the remaing characters are still a valid sheme, but, as no linked gravatar, anonymous image is shown.
9 that the issue : removing again a character. Now my input is like [email protected] , not valid scheme, but the last anonymous image still appears. Emply the whole input doesnt change anything.

Hope you can fix it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant