Skip to content

The ui-validate demo appears to be broken / incomplete #57

@alexspurling

Description

@alexspurling

Here are some bugs I have found in the ui-validate demo:

  1. 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.
  2. 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.
  3. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions