Skip to content

Commit

Permalink
#914: Revert identical to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuuphuoc committed Nov 2, 2014
1 parent 57b800f commit ccc7a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ <h2>Sign up</h2>
},
confirmPassword: {
validators: {
// notEmpty: {
// message: 'The confirm password is required and cannot be empty'
// },
notEmpty: {
message: 'The confirm password is required and cannot be empty'
},
identical: {
field: 'password',
message: 'The password and its confirm are not the same'
Expand Down

0 comments on commit ccc7a0a

Please sign in to comment.