Hacker News new | ask | show | jobs
by thoman23 3952 days ago
Yep, even though directive implementation is verbose in 1.x, once you get really comfortable building them it's a pleasure to use them.
1 comments

I also share this sentiment. I also added a directive class that helps dramatically with code organization/comprehension. For example, listeners should be implemented here, view-model things should be setup here, etc...