-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Here are some bugs I have found in the ui-validate demo:
- Enter the value "a@b" into the email field. The input field is blue (valid) despite the 'email' validation error saying true. Expected: input field should turn red.
- Enter the value "bad@domain.com". The input field is blue and the blacklist validation error is false. Expected: input field should turn red, blacklist validation error should be true.
- Enter a value into first password field. Enter a different value into second password field. The second password field is blue (valid). Expected: the second password field should be red.
Secondly, there is no mention of the ui-validate-watch directive or what this does. Could this be included in the documentation?
Metadata
Metadata
Assignees
Labels
No labels