You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -722,6 +722,10 @@ The message can contain placeholders for arguments that will be replaced:
722
722
*`{1}` will be replaced with the allowed value configured in the validation (or the first one in a range validator)
723
723
*`{2}` will be replaced with the second value in a range validator
724
724
725
+
## Examples
726
+
727
+
Some examples can be found [here](http://thedersen.com/projects/backbone-validation/examples/). This is by far not complete, but I hope you get the idea. View source to see how it's made.
0 commit comments