Skip to content

Commit

Permalink
Slightly more info for fv-func
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRoach committed Jun 3, 2015
1 parent b6fc375 commit 829eed8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ Example:
fv-func="this == 'I\'m Human!' ? true : 'It looks like you\'re not human'"
```

You can also use JavaScript variables in here

Example:
```HTML
fv-func="loading == false ? true : 'The page is loading'"
```

####fv-advanced
You can pass a JSON object to this validation method to perform more advanced validation
#####min
Expand Down

0 comments on commit 829eed8

Please sign in to comment.