Hacker News new | ask | show | jobs
by mmac 4615 days ago
ngPluralize - Handles pluralization scenarios cleanly in your view. No more "var itemCountDesc = items.length + ' Item' + items.length === 1 ? '' : 's';"