Skip to content

Instantly share code, notes, and snippets.

@sergeyt
Created October 19, 2014 15:31
Show Gist options
  • Save sergeyt/1268ec50617b3efa2142 to your computer and use it in GitHub Desktop.
Save sergeyt/1268ec50617b3efa2142 to your computer and use it in GitHub Desktop.
dataset without value
Template.langs.helpers({
list: function() {
return [
{"name": "C#"},
{"name": "JavaScript"},
{"name": "CoffeeScript"}
];
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment