diff --git a/example/custom/registration/index.html b/example/custom/global/index.html similarity index 85% rename from example/custom/registration/index.html rename to example/custom/global/index.html index fed7193..3c36fa0 100644 --- a/example/custom/registration/index.html +++ b/example/custom/global/index.html @@ -2,7 +2,7 @@
-required username
+invalid email address
+invalid age value
+invalid site uril format
+{{ $validation1.username.messages.required }}
+{{ $validation1.address.messages.email }}
{{ $validation1.age.messages.numeric }}
{{ $validation1.site.messages.url }}