Skip to content

Commit

Permalink
Update jsFiddle in README.md
Browse files Browse the repository at this point in the history
- use Knockout-Validation from CDN
- use a more recent version of KnockoutJS and use `textInput` binding

Closes Knockout-Contrib#251
  • Loading branch information
crissdev committed Feb 14, 2015
1 parent b9462a7 commit 73660fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ myViewModel().property2(9);
console.log(myViewModel.isValid()); //true

```
see more examples on the Fiddle: http://jsfiddle.net/KHFn8/2971/
see more examples on the Fiddle: http://jsfiddle.net/KHFn8/5424/

##Native Validation Rules
**Required**:
Expand Down

0 comments on commit 73660fb

Please sign in to comment.