What is the best way to get and select values from a dropdown list (and also in radio) in Meteor. I have created a helper:
Template.categories.helpers({ ca
Template.categories.helpers({ categories: function(){ return ["facebook", "news", "tv", "tweets"] } });
And you should consider changing template name and helper, they shouldn't be the same.