Skip to content

Instantly share code, notes, and snippets.

@hendrikras
Created February 17, 2016 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hendrikras/688ffaff52f1bbd2fa99 to your computer and use it in GitHub Desktop.
Save hendrikras/688ffaff52f1bbd2fa99 to your computer and use it in GitHub Desktop.
contestants.controller excerpt
vm.isBiggerThenMinimum = function(el) {
return vm.minimum <= el.Age;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment