toddmotto / angularjs-styleguide

AngularJS styleguide for teams
https://ultimateangular.com
5.96k stars 700 forks source link

any styleguide to filters? #111

Closed sibelius closed 8 years ago

toddmotto commented 8 years ago

Don't really need one IMO, for example:

const myFilter = (collection, arg) => collection.filter(item => item.id === arg.id);
sibelius commented 8 years ago

tks

toddmotto commented 8 years ago

Anytime!