Knockout-Contrib / Knockout-Validation

A validation library for Knockout JS
1.02k stars 381 forks source link

jsFiddle link in ReadMe.md has an invalid external ref to KnockoutJS #251

Closed adamskt closed 9 years ago

adamskt commented 11 years ago

The jsFiddle link in the ReadMe.md references the latest KnockoutJS at https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.debug.js which is no longer valid. The build output for KnockoutJS is no longer available in GitHub source as of this checkin.

EdwardIII commented 11 years ago

Also I think the example on the fiddle might be wrong as it seems you have to run ko.validation.init() to start validation rolling now, whereas the example just has .configure();

adamskt commented 11 years ago

This jsFiddle references the latest KO and ko.validation (from cdnjs) libraries and appears to now work: http://jsfiddle.net/adamskt/HErum/

crissdev commented 9 years ago

jsFiddle in README.md http://jsfiddle.net/KHFn8/2971/ still needs to be updated: