Skip to content

Instantly share code, notes, and snippets.

@tzamora
Created December 17, 2014 16:10
Show Gist options
  • Save tzamora/e2164a7cd681853d34e2 to your computer and use it in GitHub Desktop.
Save tzamora/e2164a7cd681853d34e2 to your computer and use it in GitHub Desktop.
chupala
wagerType: function() {
if (!_.isUndefined(wagerType) && wagerType.length > 1) {
return wagerType.charAt(0).toUpperCase() + wagerType.substring(1).toLowerCase();
} else {
return '';
}
},
currentSelection: function() {
return currentSelection;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment