Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created April 11, 2013 16:05
Show Gist options
  • Save yuanmai/5364685 to your computer and use it in GitHub Desktop.
Save yuanmai/5364685 to your computer and use it in GitHub Desktop.
KO invalidates other fields http://jsfiddle.net/yuanmai/NQ27W/
ko.extenders.invalidatedBy = function(target, which) {
which.subscribe(function(newValue) {
target("");
});
return target;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment