Often, Hacker News saddens me.<p>This article provides some good insights on the Angular framework and a nice way to follow the code iteratively and understand the thought process. It gives a refreshing angle (no pun indented) to introduce the framework.<p>Why does this article only has 22 points when I see some articles like "How to get user feedback by giving away free coffee at Starbucks" or "What really happened at Company X while they farted some money" getting x10 points.<p>Oh well...
I've read many times that dependency injection was at the core of angularjs, but after having read the source, the part that stroke me really was the embedded parser. It seems obvious since it also provides template functionnalities, but since it's two way data binding, it's really more than an improved search/replace function.
I had a great time building this -- Angular ended up being perfect here.<p>I'd be curious what an Ember version would look like -- anyone have any insight?