Joined September 2012
·
Achievements
176 Karma
2,622 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Kilo of Lemmings
Establish a space in the open source hall of fame by getting at least 1000 devs to watch a project
Forked 100
Have a seriously badass project that's been forked at least 100 times
Forked 50
Have a project with a thriving community of users that's been forked at least 50 times
Forked 20
Have an established project that's been forked at least 20 times
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
@Kadajett
Services are the most common way to proceed. Actually I generally create a service then use the service in my filter.
Using filters spares a lot of:
- inject service
- attach to controller
- call method in view
I've never seen anyone using filters this way either but I'd recomment it: it feels natural
Actually I'm working on videos for egghead.io maybe it would be published there.